toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (blockInheritance != null) 'blockInheritance': blockInheritance!,
  if (description != null) 'description': description!,
  if (etag != null) 'etag': etag!,
  if (kind != null) 'kind': kind!,
  if (name != null) 'name': name!,
  if (orgUnitId != null) 'orgUnitId': orgUnitId!,
  if (orgUnitPath != null) 'orgUnitPath': orgUnitPath!,
  if (parentOrgUnitId != null) 'parentOrgUnitId': parentOrgUnitId!,
  if (parentOrgUnitPath != null) 'parentOrgUnitPath': parentOrgUnitPath!,
};