Int constructor

const Int(
  1. String name,
  2. int? value
)

Implementation

const factory Int(String name, int? value) = _StaticInt;