toJson method

Map<String, dynamic> toJson()

Implementation

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