ObjectArg property

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

Implementation

static final ObjectArg = Bcs.enumeration('ObjectArg', {
  'ImmOrOwnedObject': MgoObjectRef,
  'SharedObject': SharedObjectRef,
  'Receiving': MgoObjectRef,
});