InterconnectLocation_Continent.fromJson constructor

InterconnectLocation_Continent.fromJson(
  1. Object? json
)

Implementation

factory InterconnectLocation_Continent.fromJson(Object? json) =>
    InterconnectLocation_Continent(json as String);