jael3 package
documentation
jael3
Identifier
Identifier.noToken constructor
Identifier.noToken
Identifier.noToken
constructor
Null safety
Identifier.noToken
(
Token
?
token
)
Implementation
Identifier.noToken(Token? token) { if (token != null) { id = token; } }
jael3 package
documentation
jael3
Identifier
Identifier.noToken constructor
Identifier class
Constructors
Identifier
noToken
Properties
hashCode
id
name
runtimeType
span
Methods
compute
noSuchMethod
toString
Operators
operator ==