UpdateNotificationState constructor
const
UpdateNotificationState({})
Implementation
const factory UpdateNotificationState({@JsonKey(name: 'notif_id') required int notifId, @JsonKey(name: 'read_state') required bool readState, required String auth}) = _UpdateNotificationState;