MortgagePropertyAddress.fromJson constructor

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

Implementation

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