ProviderAdapter constructor

ProviderAdapter(
  1. String filePath
)

Creates a ProviderAdapter for the source file at filePath.

Implementation

ProviderAdapter(this.filePath);