PathStep constructor

PathStep({
  1. String? account,
  2. String? currency,
  3. String? issuer,
  4. int? type,
  5. String? typeHex,
})

Implementation

PathStep({
  this.account,
  this.currency,
  this.issuer,
  this.type,
  this.typeHex,
});