isRead property

  1. @JsonKey.new(name: 'isRead')
bool? isRead
getter/setter pair

Implementation

@JsonKey(name: 'isRead')
bool? isRead;