from static method

Uri from(
  1. IInline5 components
)

Create an URI from its component parts

Implementation

static _i3.Uri from(_i3.IInline5 components) => _i5.callMethod(
      _declaredUri,
      'from',
      [components],
    );