SuiMoveObject constructor

SuiMoveObject(
  1. String dataType,
  2. String type,
  3. dynamic fields,
  4. bool? hasPublicTransfer,
)

Implementation

SuiMoveObject(this.dataType, this.type, this.fields, this.hasPublicTransfer);