SawMatrixDto class

Available extensions

Constructors

SawMatrixDto({String? id, required SawAlternativeDto alternative, required List<SawRatingDto> ratings})
SawMatrixDto.fromJson(Map<String, dynamic> json)
factory

Properties

alternative SawAlternativeDto
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
ratings List<SawRatingDto>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, SawAlternativeDto? alternative, List<SawRatingDto>? ratings}) SawMatrixDto
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity() SawMatrix

Available on SawMatrixDto, provided by the SawMatrixMapper extension

toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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