toJson method

Map<String, dynamic> toJson()

Implementation

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