MasonBundledFile constructor

const MasonBundledFile(
  1. String path,
  2. String data,
  3. String type
)

A bundled file which is included as part of a a MasonBundle.

Implementation

const MasonBundledFile(this.path, this.data, this.type);