JsonSchemaVariantMap.fromJson constructor
JsonSchemaVariantMap.fromJson(
- Map json_
Implementation
JsonSchemaVariantMap.fromJson(core.Map json_)
: this(
P_ref: json_[r'$ref'] as core.String?,
typeValue: json_['type_value'] as core.String?,
);