AuthenticateInitRequest.fromJson constructor

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

Implementation

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