SuiObjectInfo constructor
SuiObjectInfo({})
Implementation
SuiObjectInfo({
required this.objectId,
required this.version,
required this.digest,
required this.type,
required this.owner,
});
SuiObjectInfo({
required this.objectId,
required this.version,
required this.digest,
required this.type,
required this.owner,
});