toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (dataset != null) 'dataset': dataset!,
if (domain != null) 'domain': domain!,
if (groupByEmail != null) 'groupByEmail': groupByEmail!,
if (iamMember != null) 'iamMember': iamMember!,
if (role != null) 'role': role!,
if (routine != null) 'routine': routine!,
if (specialGroup != null) 'specialGroup': specialGroup!,
if (userByEmail != null) 'userByEmail': userByEmail!,
if (view != null) 'view': view!,
};