estimateJsonObjectsValueType function Null safety
Implementation
TypedJsonObjectValueType estimateJsonObjectsValueType(
  List<Map<String, dynamic>> jsonObjects,
) =>
    estimateValueTypes(jsonObjects) as TypedJsonObjectValueType;
TypedJsonObjectValueType estimateJsonObjectsValueType(
  List<Map<String, dynamic>> jsonObjects,
) =>
    estimateValueTypes(jsonObjects) as TypedJsonObjectValueType;