Min constructor

const Min(
  1. num value, {
  2. String? message,
})

Implementation

const Min(this.value, {this.message});