toJson method

Map<String, dynamic> toJson()

Implementation

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