TaxIdCollection.fromJson constructor

TaxIdCollection.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TaxIdCollection.fromJson(Map<String, dynamic> json) =>
    _$TaxIdCollectionFromJson(json);