int? get ordering => _$this._ordering;
set ordering(covariant int? ordering) => _$this._ordering = ordering;