AuthorizationSessionIdDto.fromJson constructor

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

Implementation

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