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