AssetSource constructor

AssetSource(
  1. String path, {
  2. String? mimeType,
})

Implementation

AssetSource(this.path, {this.mimeType});