lastImportEnd property

int get lastImportEnd

Get the position where a new import should be added

Implementation

int get lastImportEnd => imports.lastOrNull?.end ?? 0;