fillModelMatchesMap function

  1. @experimental
Matcher fillModelMatchesMap(
  1. Map map, [
  2. CvFillOptions? options
])

Matches a map fill the model, handling any sort order of fields.

actual value can be a type or an object.

Not working yet

Implementation

@experimental
Matcher fillModelMatchesMap(Map map, [CvFillOptions? options]) =>
    _FillModelMatchesMapMatcher(map, options);