menu
ventas_dealer package
documentation
models/notification_model.dart
NotificationModel
NotificationModel.fromJson factory constructor
NotificationModel.fromJson factory constructor
dark_mode
light_mode
NotificationModel.fromJson
constructor
NotificationModel.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory NotificationModel.fromJson(Map<String, dynamic> json) => _$NotificationModelFromJson(json);
ventas_dealer package
documentation
models/notification_model
NotificationModel
NotificationModel.fromJson factory constructor
NotificationModel class