estimateJsonObjectsValueType function Null safety

TypedJsonObjectValueType estimateJsonObjectsValueType(
  1. List<Map<String, dynamic>> jsonObjects
)

Implementation

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