SawMatrix class
MATRIX
- Available extensions
Constructors
-
SawMatrix({String? id, required SawAlternative alternative, required List<
SawRating> ratings})
Properties
- alternative → SawAlternative
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
final
-
ratings
→ List<
SawRating> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? id, SawAlternative? alternative, List< SawRating> ? ratings}) → SawMatrix -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDto(
) → SawMatrixDto -
Available on SawMatrix, provided by the SawMatrixEntityMapper extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override