gstVerificationModelFromJson static method

GstVerificationModel gstVerificationModelFromJson(
  1. String str
)

Implementation

static GstVerificationModel gstVerificationModelFromJson(String str) =>
    GstVerificationModel.fromJson(json.decode(str));