useCupertinoStyle property

  1. @TagNumber(8)
bool get useCupertinoStyle

@doc Whether to use the Cupertino style Date/Time Picker.

Implementation

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

Implementation

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