GetNotifications constructor

const GetNotifications({
  1. String? status,
  2. @JsonKey.new(name: 'next_page') String? nextPage,
  3. int? limit,
  4. required String auth,
})

Implementation

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