AuthenticatorAssertionResponse.fromJson constructor

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

Implementation

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