OnEnterScope constructor

const OnEnterScope({
  1. String? name,
})

Creates an OnEnterScope annotation.

For WeaverSwitchScope, set name to match the child entry (see WeaverSwitchScope).

Implementation

const OnEnterScope({this.name});