xid property

String? get xid

Implementation

String? get xid => _$this._xid;
set xid (String? xid)

Implementation

set xid(String? xid) => _$this._xid = xid;