MapValue constructor

MapValue({
  1. Map<String, Value> fields = const {},
})

Implementation

MapValue({this.fields = const {}}) : super(fullyQualifiedName);