InsuranceCard.fromButlerResult constructor

InsuranceCard.fromButlerResult(
  1. ButlerResult result
)

Implementation

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