Team class

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
This enum's name, as specified in the .proto file.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
This enum's integer value, as specified in the .proto file.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

valueOf(int value) Team?

Constants

Blue → const Team
Blue
Brown → const Team
Brown
Cyan → const Team
Cyan
Dark_Blue → const Team
Dark Blue
Dark_Green → const Team
Dark Green
Green → const Team
Green
Magenta → const Team
Magenta
Maroon → const Team
Maroon
Orange → const Team
Orange
Purple → const Team
Purple
Red → const Team
Red
Teal → const Team
Teal
Unspecifed_Color → const Team
Unspecifed
values → const List<Team>
White → const Team
White
Yellow → const Team
Yellow