unfocus property

  1. @TagNumber(2)
bool get unfocus

@doc Whether to unfocus the text field after entering text.

Implementation

@$pb.TagNumber(2)
$core.bool get unfocus => $_getBF(1);
  1. @TagNumber(2)
set unfocus (bool value)

Implementation

@$pb.TagNumber(2)
set unfocus($core.bool value) => $_setBool(1, value);