toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (mountPath != null) 'mountPath': mountPath!,
      if (projectId != null) 'projectId': projectId!,
      if (secret != null) 'secret': secret!,
      if (versions != null) 'versions': versions!,
    };