Data constructor

Data({
  1. int? transferOrderId,
  2. String? grType,
  3. List<AssetList>? assetList,
})

Implementation

Data({this.transferOrderId, this.grType, this.assetList});