autoScroll property

  1. @TagNumber(1)
bool get autoScroll

@doc Whether to auto-scroll to new messages.

Implementation

@$pb.TagNumber(1)
$core.bool get autoScroll => $_getBF(0);
  1. @TagNumber(1)
set autoScroll (bool value)

Implementation

@$pb.TagNumber(1)
set autoScroll($core.bool value) => $_setBool(0, value);