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