refreshIndicatorStyle property

  1. @TagNumber(1)
RefreshIndicatorStyle get refreshIndicatorStyle

Implementation

@$pb.TagNumber(1)
RefreshIndicatorStyle get refreshIndicatorStyle => $_getN(0);
  1. @TagNumber(1)
set refreshIndicatorStyle (RefreshIndicatorStyle value)

Implementation

@$pb.TagNumber(1)
set refreshIndicatorStyle(RefreshIndicatorStyle value) =>
    $_setField(1, value);