String? get number => _$this._number;
set number(covariant String? number) => _$this._number = number;