toJson method

Map<String, Object?> toJson()

Convert Destination instance to a json representation

Implementation

Map<String, Object?> toJson() {
  return _$DestinationToJson(this);
}