toEntity method

SawAlternative toEntity()

Implementation

SawAlternative toEntity() => SawAlternative(
      id: id,
      name: name,
      note: note,
    );