read property

  1. @JsonKey(defaultValue: [])
List<Read> read
getter/setter pair

List of read states

Implementation

@JsonKey(defaultValue: [])
late List<Read> read;