MapValue constructor

MapValue({
  1. double? fpVal,
})

Implementation

MapValue({
  this.fpVal,
});