VerifyContext.fromJson constructor

VerifyContext.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory VerifyContext.fromJson(Map<String, dynamic> json) =>
    _$VerifyContextFromJson(json);