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