toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final maps = this.maps;
  final retrievedContext = this.retrievedContext;
  final web = this.web;
  return {'maps': ?maps, 'retrievedContext': ?retrievedContext, 'web': ?web};
}