Import constructor

Import(
  1. String name, [
  2. String? as
])

Implementation

Import(String name, [this.as]) : name = StringLiteral(name);