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