MBind constructor

const MBind(
  1. String key, {
  2. String? defaultValue,
})

Implementation

const MBind(this.key, {this.defaultValue});