FullyQualifiedWidgetName constructor

const FullyQualifiedWidgetName(
  1. LibraryName library,
  2. String widget
)

Wrap the given library name and widget name in a FullyQualifiedWidgetName.

Implementation

const FullyQualifiedWidgetName(this.library, this.widget);