encode method Null safety
Implementation
Object encode() {
final Map<Object?, Object?> pigeonMap = <Object?, Object?>{};
pigeonMap['southwest'] = southwest;
pigeonMap['northeast'] = northeast;
pigeonMap['infiniteBounds'] = infiniteBounds;
return pigeonMap;
}