toEntity method

SawMatrix toEntity()

Implementation

SawMatrix toEntity() => SawMatrix(
      id: id,
      alternative: alternative.toEntity(),
      ratings: ratings.map((e) => e.toEntity()).toList(),
    );