List<Pair>? get description => this._description;
set description(List<Pair>? description) { this._description = description; }