SelfLabel constructor

SelfLabel(
  1. String val,
  2. Map? content
)

Implementation

SelfLabel(this.val, this.content);