lockWarningDuration top-level property

  1. @Deprecated('Used internally')
Duration? lockWarningDuration

Deprecated since 1.1.7+.

Implementation

@Deprecated('Used internally')
Duration? get lockWarningDuration => impl.lockWarningDuration;
  1. @Deprecated('Used internally')
void lockWarningDuration=(Duration? duration)

Deprecated since 1.1.7+.

Implementation

@Deprecated('Used internally')
set lockWarningDuration(Duration? duration) =>
    impl.lockWarningDuration = duration;