slowAnimationsEnabled property

  1. @TagNumber(9)
bool get slowAnimationsEnabled

Implementation

@$pb.TagNumber(9)
$core.bool get slowAnimationsEnabled => $_getBF(8);
  1. @TagNumber(9)
set slowAnimationsEnabled (bool v)

Implementation

@$pb.TagNumber(9)
set slowAnimationsEnabled($core.bool v) { $_setBool(8, v); }