toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final typeName = this.typeName;
  return {
    'TypeName': typeName,
  };
}