object property

String? object

Implementation

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

Implementation

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