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