NatrixFlag<T> constructor
const
NatrixFlag<T> ({
- required String id,
- NatrixChar? acronym,
- required T value,
- List<
T> examples = const [], - String tooltip = "",
Implementation
const NatrixFlag({
required this.id,
this.acronym,
required this.value,
this.examples = const [],
this.tooltip = "",
});