fromObject static method
Creates a DataSchemaValue from a map of value
s.
Throws a FormatException if any entry of the value
map is not a
valid DataSchemaValue.
Implementation
static ObjectValue fromObject(Map<String, dynamic> value) =>
ObjectValue._fromValue(value);