Stat constructor

Stat(
  1. String stat, {
  2. required String? type,
  3. required Range<int>? value,
})

Implementation

Stat(this.stat, {required this.type, required this.value});