ImportMeta constructor

ImportMeta({
  1. String? url,
})

Implementation

factory ImportMeta({_i2.String? url}) => ImportMeta._(url: url);