Importance constructor

const Importance(
  1. int? value
)

Constructs an instance of Importance.

Implementation

const Importance(this.value);