Content constructor

const Content(
  1. String type,
  2. String value
)

Implementation

const Content(this.type, this.value);