toValueString property

String toValueString

Implementation

String get toValueString => this
    .toString()
    .replaceAll('ModernFormFileExtensionType.', "")
    .toLowerCase();