toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final tagKey = this.tagKey;
  final tagKeyId = this.tagKeyId;
  final tagValue = this.tagValue;
  final tagValueId = this.tagValueId;
  return {
    'tagKey': ?tagKey,
    'tagKeyId': ?tagKeyId,
    'tagValue': ?tagValue,
    'tagValueId': ?tagValueId,
  };
}