notify property

  1. @JsonKey.new(name: 'Notify', includeIfNull: false)
bool? notify
final

Implementation

@JsonKey(name: 'Notify', includeIfNull: false)
final bool? notify;