period property
      
      Token?
      get
      period
      
    
    
The token for the period before the constructor name, or null if the
constructor being declared is unnamed.
Implementation
Token? get period;The token for the period before the constructor name, or null if the
constructor being declared is unnamed.
Token? get period;