Source constructor

const Source(
  1. String name,
  2. String bundleIdentifier
)

Implementation

const Source(
  this.name,
  this.bundleIdentifier,
);