Keywords class

Constructors

Keywords.new(Map<String, dynamic> args)

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

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String name) → dynamic
Optional: index operator for convenience
operator []=(String name, dynamic value) → void

Static Properties

empty Keywords
final