BeuiMatchSide class

One side of a BeuiMatch — the Flutter port of the source MatchSide.

Annotations

Constructors

BeuiMatchSide({BeuiTeam? team, int? score, int? penalties})
Creates a match side. A null team renders a TBD slot with a shield icon.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
penalties int?
Shootout score, rendered Google-style as 1 (3) when present on a side.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int?
Regulation score, or null when not yet played.
final
team BeuiTeam?
The team, or null for an undecided (TBD) slot.
final

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) bool
The equality operator.
inherited