fromJson static method

Implementation

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