MatchStartingPosition enum
Constructors
- MatchStartingPosition()
 - 
          
            const
 
Values
- unset → const MatchStartingPosition
 - amp → const MatchStartingPosition
 - middle → const MatchStartingPosition
 - source → const MatchStartingPosition
 
Properties
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited
 
Constants
- 
    values
  → const List<
MatchStartingPosition>  - A constant List of the values in this enum, in order of their declaration.