menu
kangpro_app_common package
documentation
features/user/dto/response/user_response_dto.dart
UserResponseDto
UserResponseDto.fromJson factory constructor
UserResponseDto.fromJson factory constructor
dark_mode
light_mode
UserResponseDto.fromJson
constructor
UserResponseDto.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory UserResponseDto.fromJson(Map<String, dynamic> json) => _$UserResponseDtoFromJson(json);
kangpro_app_common package
documentation
features/user/dto/response/user_response_dto
UserResponseDto
UserResponseDto.fromJson factory constructor
UserResponseDto class