MapValue constructor

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

Implementation

MapValue({
  this.fields,
});