AuthenticateInitResponse.fromJson constructor

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

Implementation

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