ObjectIn property

BcsType<Map<String, dynamic>, dynamic> ObjectIn
final

Implementation

static final ObjectIn = Bcs.enumeration('ObjectIn', {
  'NotExist': null,
  'Exist': Bcs.tuple([VersionDigest, SuiBcs.Owner]),
});