AssetFee constructor

AssetFee({
  1. required String type,
  2. required String assetId,
  3. required String amount,
})

Implementation

AssetFee({
  required this.type,
  required this.assetId,
  required this.amount,
});