AuthorizationSessionRegisterDto.fromJson constructor

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

Implementation

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