BeneficiaryRoute constructor

BeneficiaryRoute({
  1. String? account,
  2. int? weight,
})

Implementation

BeneficiaryRoute({this.account, this.weight});