LetterValue constructor
const
LetterValue({})
Implementation
const factory LetterValue({
@Default(null) String? letter,
@Default(null) String? index,
@Default(null) double? coefficient,
@Default(null) double? value,
}) = _LetterValue;