toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (additionalRoles != null) 'additionalRoles': additionalRoles!,
      if (inherited != null) 'inherited': inherited!,
      if (inheritedFrom != null) 'inheritedFrom': inheritedFrom!,
      if (role != null) 'role': role!,
      if (teamDrivePermissionType != null)
        'teamDrivePermissionType': teamDrivePermissionType!,
    };