identification property

String? get identification

Implementation

String? get identification => _$this._identification;
set identification (String? identification)

Implementation

set identification(String? identification) =>
    _$this._identification = identification;