menu
sonare_foundation package
documentation
models/notification.dart
NotificationDto
NotificationDto.fromJson factory constructor
NotificationDto.fromJson factory constructor
dark_mode
light_mode
NotificationDto.fromJson
constructor
NotificationDto.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory NotificationDto.fromJson(Map<String, dynamic> json) => _$NotificationDtoFromJson(json);
sonare_foundation package
documentation
models/notification
NotificationDto
NotificationDto.fromJson factory constructor
NotificationDto class