Configuration({required this.name, required this.count}) { if (name.isEmpty) { throw ArgumentError.value(name, 'name', 'Cannot be empty.'); } }