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