fromJson static method
Implementation
static TransactionVerificationResultModel fromJson(String jsonString) {
return fromMap(
json.decode(jsonString),
);
}
static TransactionVerificationResultModel fromJson(String jsonString) {
return fromMap(
json.decode(jsonString),
);
}