AssertionResponse.fromJson constructor

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

Implementation

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