object property

String? get object

Implementation

String? get object => _$this._object;
set object (String? object)

Implementation

set object(String? object) => _$this._object = object;