LoaderItem constructor

LoaderItem(
  1. String source
)

Creates a LoaderItem with the given source.

Implementation

LoaderItem(this.source);