swallow method

  1. @visibleForTesting
String swallow(
  1. String line
)

Omits 'export' keyword.

Implementation

@visibleForTesting
String swallow(String line) => line.replaceAll(_keyword, '').trim();