GsplItem constructor

GsplItem({
  1. String? path,
  2. int? amount,
  3. Uint8List? signature,
  4. String? address,
  5. int? signHashType,
})

Implementation

GsplItem({this.path, this.amount, this.signature, this.address, this.signHashType});