currentService property

String? currentService

Implementation

String? get currentService => _$this._currentService;
void currentService=(String? currentService)

Implementation

set currentService(String? currentService) =>
    _$this._currentService = currentService;