fromJson static method
Creates a TelepactSchema from a JSON string.
Implementation
static TelepactSchema fromJson(String json) {
final schema = b.TelepactSchema.fromJson(json);
return TelepactSchema(schema);
}
Creates a TelepactSchema from a JSON string.
static TelepactSchema fromJson(String json) {
final schema = b.TelepactSchema.fromJson(json);
return TelepactSchema(schema);
}