defaultNotification property

  1. @TagNumber.new(11)
Notification get defaultNotification

Implementation

@$pb.TagNumber(11)
Notification get defaultNotification => $_getN(9);
  1. @TagNumber.new(11)
set defaultNotification (Notification value)

Implementation

@$pb.TagNumber(11)
set defaultNotification(Notification value) => $_setField(11, value);