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