factory TaskFilter({ _i2.String? version, _i2.String? type, }) => TaskFilter._( version: version, type: type, );