selectedEmployerName property

String? selectedEmployerName

Implementation

String? get selectedEmployerName => _$this._selectedEmployerName;
void selectedEmployerName=(covariant String? selectedEmployerName)
covariant

Implementation

set selectedEmployerName(covariant String? selectedEmployerName) =>
    _$this._selectedEmployerName = selectedEmployerName;