hasMoreMsgs property

bool hasMoreMsgs
final

hasMoreMsgs is used to tell widget there are more messages need load in scroll to end offsetToTriggerLoadMore is used to tell widget when scroll offset is reach to end by loadNextMessageOffset, onLoadMoreMsgs function will invoke, null or 0 will not enable automatically invoke load function

Implementation

final bool hasMoreMsgs;