OrganizationOwner.fromJson constructor
OrganizationOwner.fromJson(
- Map json_
Implementation
OrganizationOwner.fromJson(core.Map json_)
: this(
directoryCustomerId: json_.containsKey('directoryCustomerId')
? json_['directoryCustomerId'] as core.String
: null,
);