email_notify property

  1. @JsonKey(toJson: _boolToInt, fromJson: _intToBool)
bool? get email_notify
inherited

Implementation

@JsonKey(toJson: _boolToInt, fromJson: _intToBool)
bool? get email_notify =>
    throw _privateConstructorUsedError;