ExtraMaterial constructor

ExtraMaterial({
  1. TextLink? link,
  2. VideoLink? video,
})

Implementation

ExtraMaterial({this.link, this.video});