VlmContent constructor

VlmContent(
  1. String type,
  2. String content
)

Implementation

VlmContent(this.type, this.content);