source property

String? get source
override

Implementation

String? get source => _$this._source;
set source (covariant String? source)
covariantoverride

Implementation

set source(covariant String? source) => _$this._source = source;