mobilePush property

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

Mobile push notifications enabled

Implementation

@JsonKey(includeIfNull: false, name: 'mobile_push')
final bool? mobilePush;