guid property

String? get guid
override

Implementation

String? get guid => _$this._guid;
set guid (covariant String? guid)
covariantoverride

Implementation

set guid(covariant String? guid) => _$this._guid = guid;