serviceIdentification property

String? get serviceIdentification

Implementation

String? get serviceIdentification => _$this._serviceIdentification;
set serviceIdentification (String? serviceIdentification)

Implementation

set serviceIdentification(String? serviceIdentification) =>
    _$this._serviceIdentification = serviceIdentification;