licence property

JsonObject? get licence
override

Implementation

JsonObject? get licence => _$this._licence;
set licence (covariant JsonObject? licence)
covariantoverride

Implementation

set licence(covariant JsonObject? licence) => _$this._licence = licence;