LiveDescriptionFragment constructor

LiveDescriptionFragment(
  1. String type,
  2. String body,
  3. String normalizedBody
)

Implementation

LiveDescriptionFragment(this.type, this.body, this.normalizedBody);