const factory Constraints({ int? maxNumFields, int? minNumFields, Iterable<String>? fields, }) = _Constraints;