Keywords class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
raw
→ Map<String, dynamic>
-
Access the raw map
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
contains(String name)
→ bool
-
Check if a keyword exists
-
get<T>(String name)
→ T?
-
Generic getter with type safety
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
set(String name, dynamic value)
→ void
-
Add or update a keyword
-
toString()
→ String
-
A string representation of this object.
inherited