chatList property

RxList<ChatMessageModel> chatList
getter/setter pair

Implementation

var chatList = List<ChatMessageModel>.empty(growable: true).obs;