isDismiss property

  1. @TagNumber(7)
bool get isDismiss

@doc Whether this is a Dismiss bottom sheet action.

Implementation

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

Implementation

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