MgoObject constructor

MgoObject(
  1. String objectId,
  2. String digest,
  3. int version,
  4. String? type,
  5. MgoMoveObject? content,
  6. MgoRawMoveObject? bcs,
  7. ObjectOwner? owner,
  8. TransactionDigest? previousTransaction,
  9. String? storageRebate,
  10. DisplayFieldsResponse? display,
)

Implementation

MgoObject(
  String objectId,
  String digest,
  int version,
  this.type,
  this.content,
  this.bcs,
  this.owner,
  this.previousTransaction,
  this.storageRebate,
  this.display,
): super(digest, objectId, version);