legacyWaitDuration property

  1. @TagNumber(10)
int get legacyWaitDuration

Implementation

@$pb.TagNumber(10)
$core.int get legacyWaitDuration => $_getIZ(9);
  1. @TagNumber(10)
set legacyWaitDuration (int value)

Implementation

@$pb.TagNumber(10)
set legacyWaitDuration($core.int value) => $_setSignedInt32(9, value);