DartBlockColors class
Constructors
- DartBlockColors({required ExtendedColor number, required ExtendedColor boolean, required ExtendedColor variable, required ExtendedColor function, required ExtendedColor string})
- DartBlockColors.native()
Properties
- boolean → ExtendedColor
-
final
- function → ExtendedColor
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- number → ExtendedColor
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- string → ExtendedColor
-
final
- variable → ExtendedColor
-
final
Methods
-
getNeoTechDataTypeColor(
DartBlockDataType dataType) → ExtendedColor -
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) → bool -
The equality operator.
inherited