isEnabledChannel property

StatefulChannel<bool> get isEnabledChannel

Implementation

StatefulChannel<bool> get isEnabledChannel {
  _CStatefulChannel_bool res = _CMyLocationControlModel_isEnabledChannel(_CMyLocationControlModelMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}