RestrictionConfig.fromJson constructor
RestrictionConfig.fromJson(
- Map json_
Implementation
RestrictionConfig.fromJson(core.Map json_)
: this(
type: json_['type'] as core.String?,
);
RestrictionConfig.fromJson(core.Map json_)
: this(
type: json_['type'] as core.String?,
);