edition property

String? get edition
override

Implementation

String? get edition => _$this._edition;
set edition (covariant String? edition)
covariantoverride

Implementation

set edition(covariant String? edition) => _$this._edition = edition;