toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final clusterName = this.clusterName;
  final location = this.location;
  final namespaceName = this.namespaceName;
  final projectId = this.projectId;
  return {
    'clusterName': ?clusterName,
    'location': ?location,
    'namespaceName': ?namespaceName,
    'projectId': ?projectId,
  };
}