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