pollConst property

String get pollConst

Implementation

String get pollConst => _pollConst;
set pollConst (String value)

Implementation

set pollConst(String value) {
  _pollConst = value;
}