SplitModel constructor

SplitModel({
  1. required String type,
  2. required String transactionFee,
  3. required String bearerSubAccountCode,
  4. required List<FeeItem> items,
})

Implementation

SplitModel({
  required this.type,
  required this.transactionFee,
  required this.bearerSubAccountCode,
  required this.items,
});