statusComment property

String? get statusComment

Implementation

String? get statusComment => _$this._statusComment;
set statusComment (String? statusComment)

Implementation

set statusComment(String? statusComment) =>
    _$this._statusComment = statusComment;