millisecond property

  1. @Deprecated('Millisecond precision was deprecated, due devices do not provide or ignore such precision. The value will be ignored')
int? millisecond
getter/setter pair

Millisecond precision is deprecated due to device limitations. This field will be ignored.

Implementation

@Deprecated(
    'Millisecond precision was deprecated, due devices do not provide or ignore such precision. The value will be ignored')
int? millisecond;