toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (disableGlobalAccess != null)
        'disableGlobalAccess': disableGlobalAccess!,
      if (network != null) 'network': network!,
      if (project != null) 'project': project!,
      if (state != null) 'state': state!,
    };