menu
sysmo_verification package
documentation
kyc_validation.dart
Parser
swallow method
swallow method
dark_mode
light_mode
swallow
method
String
swallow
(
String
line
)
Omits 'export' keyword.
Implementation
String swallow(String line) => line.replaceAll(_leadingExport, '').trim();
sysmo_verification package
documentation
kyc_validation
Parser
swallow method
Parser class