current property

String? get current

Implementation

String? get current => _wrapped.current;
set current (String? v)

Implementation

set current(String? v) {
  _wrapped.current = v;
}