scope constant

Attribute const scope

Implementation

static const scope = Attribute(
  name: 'scope',
  type: 'final ScopeTable? scope;',
  html: 'if (scope != null) \' scope="\${mapperScopeTable(scope!)}"\'',
);