Embeddable constructor

const Embeddable(
  1. String type,
  2. dynamic data
)

Implementation

const Embeddable(this.type, this.data);