GetNotifications constructor
const
GetNotifications({})
Implementation
const factory GetNotifications({String? status, @JsonKey(name: 'next_page') String? nextPage, int? limit, required String auth}) = _GetNotifications;