toJsonAsListOfMaps method

String toJsonAsListOfMaps({
  1. Map<String, int> fixedPlaces = const {},
})

A conversion of this data frame to a json list of maps string.

Implementation

String toJsonAsListOfMaps({Map<String, int> fixedPlaces = const {}}) =>
    json.encode(toListOfMaps(fixedPlaces: fixedPlaces));