int? get listable => _$this._listable;
set listable(covariant int? listable) => _$this._listable = listable;