toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final configMapKeyRef = this.configMapKeyRef;
  final secretKeyRef = this.secretKeyRef;
  return {'configMapKeyRef': ?configMapKeyRef, 'secretKeyRef': ?secretKeyRef};
}