wouldChange method

bool wouldChange(
  1. String source
)

Implementation

bool wouldChange(final String source) => migrateSource(source) != source;