fromJson method Null safety
- String jsonString
Converts the json representation of the destination into its object.
Implementation
static TikiSdkDestination fromJson(String jsonString) =>
TikiSdkDestination.fromMap(jsonDecode(jsonString));
Converts the json representation of the destination into its object.
static TikiSdkDestination fromJson(String jsonString) =>
TikiSdkDestination.fromMap(jsonDecode(jsonString));