MapValidator<T extends Map> constructor

MapValidator<T extends Map>({
  1. String id = '',
  2. bool nullable = false,
})

Implementation

MapValidator({super.id = '', super.nullable}) : super(validator: isMap().validate);