swallow method

String swallow(
  1. String line
)

Omits 'export' keyword.

Implementation

String swallow(String line) => line.replaceAll(_leadingExport, '').trim();