ModelWithInformation constructor

ModelWithInformation(
  1. String label,
  2. ModelBase model
)

Implementation

ModelWithInformation(super.label, this.model);