toJson method

Map<String, dynamic> toJson()

Implementation

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