isSdkImport method

bool isSdkImport(
  1. String name
)

Implementation

bool isSdkImport(String name) {
  return name.contains(':');
}