fromJson method Null safety

TikiSdkDestination fromJson(
  1. String jsonString
)

Converts the json representation of the destination into its object.

Implementation

static TikiSdkDestination fromJson(String jsonString) =>
    TikiSdkDestination.fromMap(jsonDecode(jsonString));