import function

String import(
  1. String package
)

Implementation

String import(String package) => 'import \'$package\';';