TaxIdId.fromJson constructor

TaxIdId.fromJson(
  1. Object? json
)

Implementation

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