isInterested property

  1. @JsonKey.new(name: 'isInterested')
bool? isInterested
final

Implementation

@JsonKey(name: 'isInterested')
final bool? isInterested;