Intent property

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

Implementation

static final Intent = Bcs.struct('Intent', {
  'scope': IntentScope,
  'version': IntentVersion,
  'appId': AppId,
});