ObjectSizeRule constructor

const ObjectSizeRule({
  1. int? minProperties,
  2. int? maxProperties,
})

Implementation

const ObjectSizeRule({this.minProperties, this.maxProperties});