fromJson static method

PgrAddressModel fromJson(
  1. String json
)

Implementation

static PgrAddressModel fromJson(String json) {
  return ensureInitialized().decodeJson<PgrAddressModel>(json);
}