shouldHidePreviousSnackbar property

  1. @TagNumber(6)
bool get shouldHidePreviousSnackbar

@doc Whether to hide the previous SnackBar before showing this one.

Implementation

@$pb.TagNumber(6)
$core.bool get shouldHidePreviousSnackbar => $_getBF(5);
  1. @TagNumber(6)
set shouldHidePreviousSnackbar (bool value)

Implementation

@$pb.TagNumber(6)
set shouldHidePreviousSnackbar($core.bool value) => $_setBool(5, value);