lastImportEnd property
int
get
lastImportEnd
Get the position where a new import should be added
Implementation
int get lastImportEnd => imports.lastOrNull?.end ?? 0;
Get the position where a new import should be added
int get lastImportEnd => imports.lastOrNull?.end ?? 0;