CommentsInfo class
- Inheritance
-
- Object
- ScoutingInfo
- CommentsInfo
- Implemented types
- Available Extensions
Constructors
- CommentsInfo({required String? comment, required String associatedId, required int matchNumber, required int teamNumber})
- CommentsInfo.optional({String comment = "", required String associatedId, required int matchNumber, required int teamNumber})
-
factory
Properties
- associatedId ↔ String
-
getter/setter pair
- comment ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setter
- isNotEmpty → bool
-
no setter
- matchNumber ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- teamNumber ↔ int
-
getter/setter pair
Methods
-
exportMap(
) → Map< String, dynamic> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCompatibleFormat(
) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromCompatibleFormat(
String rawData) → CommentsInfo