ResourceOwners.fromJson constructor
ResourceOwners.fromJson(
- Map json_
Implementation
ResourceOwners.fromJson(core.Map json_)
: this(
resourceOwners: (json_['resourceOwners'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);