TaxRateId.fromJson constructor

TaxRateId.fromJson(
  1. Object? json
)

Implementation

factory TaxRateId.fromJson(Object? json) => TaxRateId(id: (json as String));