SpritExp class
Kinda like a regular expression language, but for Sprites.
Constructors
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) → List< Sprite> -
Returns a list of
Sprites. -
operator ==(
Object other) → bool -
The equality operator.
inherited