PlatformTaxFee constructor

const PlatformTaxFee({
  1. required String account,
  2. required String id,
  3. required String sourceTransaction,
  4. required String type,
})

PlatformTax

Implementation

const PlatformTaxFee({
  required this.account,
  required this.id,
  required this.sourceTransaction,
  required this.type,
});