ChatMemberInfoModelTrigger typedef

ChatMemberInfoModelTrigger = dynamic Function(List<ChatMemberInfoModel?> list)

Implementation

typedef ChatMemberInfoModelTrigger = Function(List<ChatMemberInfoModel?> list);