Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mapDataSnapshotToModel(dat: DataSnapshot): ChatUserModel
Link copied to clipboard
open fun mapDataSnapshotToModelEvent(dat: DataSnapshot, event: ReactiveEvent.TYPE): ChatUserModel
Link copied to clipboard
open override fun mapFromSnapshot(data: DataSnapshot): ChatUserEntity
Link copied to clipboard
open override fun mapToEntity(model: ChatUserModel): ChatUserEntity
Link copied to clipboard
Link copied to clipboard
open override fun mapToModel(entity: ChatUserEntity): ChatUserModel
Link copied to clipboard
Link copied to clipboard