NewRequestsViewArguments class

Implemented types

Constructors

NewRequestsViewArguments({NewRequestListViewController? controller, ChatUIKitAppBarModel? appBarModel, void onSearchTap(List<NewRequestItemModel> data)?, ChatUIKitNewRequestItemBuilder? itemBuilder, void onTap(BuildContext context, NewRequestItemModel model)?, void onLongPress(BuildContext context, NewRequestItemModel model)?, String? searchBarHideText, Widget? listViewBackground, String? loadErrorMessage, bool enableAppBar = true, ChatUIKitViewObserver? viewObserver, String? attributes})

Properties

appBarModel ChatUIKitAppBarModel?
final
attributes String?
getter/setter pairoverride
controller NewRequestListViewController?
final
enableAppBar bool
final
hashCode int
The hash code for this object.
no setterinherited
itemBuilder ChatUIKitNewRequestItemBuilder?
final
listViewBackground Widget?
final
loadErrorMessage String?
final
onLongPress → void Function(BuildContext context, NewRequestItemModel model)?
final
onSearchTap → void Function(List<NewRequestItemModel> data)?
final
onTap → void Function(BuildContext context, NewRequestItemModel model)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBarHideText String?
final
viewObserver ChatUIKitViewObserver?
getter/setter pairoverride

Methods

copyWith({NewRequestListViewController? controller, ChatUIKitAppBarModel? appBarModel, void onSearchTap(List<NewRequestItemModel> data)?, ChatUIKitNewRequestItemBuilder? itemBuilder, void onTap(BuildContext context, NewRequestItemModel model)?, void onLongPress(BuildContext context, NewRequestItemModel model)?, String? searchBarHideText, Widget? listViewBackground, String? loadErrorMessage, bool? enableAppBar, ChatUIKitViewObserver? viewObserver, String? attributes}) NewRequestsViewArguments
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited