PlatformFee constructor

const PlatformFee({
  1. required Money amount,
  2. Payee? payee,
})

Implementation

const PlatformFee({required this.amount, this.payee});