Flag<T> constructor
Flag<T> ({})
Implementation
Flag({
required this.name,
required this.value,
required this.format,
required this.parse,
this.examples = const [],
this.description = "",
});