Markup constructor

Markup(
  1. String code,
  2. bool isActive
)

Implementation

Markup(this.code, this.isActive);