t property

String? get t
override

Implementation

String? get t => _$this._t;
set t (covariant String? t)
covariantoverride

Implementation

set t(covariant String? t) => _$this._t = t;