RegistryFlag typedef

RegistryFlag = ({bool? defaultValue, String? description, bool hidden, String name, bool? negatable, String? short})

Implementation

typedef RegistryFlag = ({
  String name,
  String? short,
  bool? defaultValue,
  bool? negatable,
  bool hidden,
  String? description,
});