BeneficiaryRoute.fromRawJson constructor

BeneficiaryRoute.fromRawJson(
  1. String str
)

Implementation

factory BeneficiaryRoute.fromRawJson(String str) =>
    BeneficiaryRoute.fromJson(json.decode(str));