toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (configMapRef != null) 'configMapRef': configMapRef!,
      if (prefix != null) 'prefix': prefix!,
      if (secretRef != null) 'secretRef': secretRef!,
    };