ChatBotMessageMeta constructor

const ChatBotMessageMeta(
  1. bool active,
  2. bool visible
)

Implementation

const ChatBotMessageMeta(this.active, this.visible);