Mortgage.fromButlerResult constructor

Mortgage.fromButlerResult(
  1. ButlerResult result
)

Implementation

factory Mortgage.fromButlerResult(ButlerResult result) => Mortgage.fromJson(result.toJson());