format property

String Function(T value) format
final

Formats the flags value into a string, that can be parsed by the Flag's parse function.

Implementation

final String Function(T value) format;