FileConfig constructor

FileConfig(
  1. String fullPath,
  2. String type,
  3. String uid
)

Implementation

FileConfig(this.fullPath, this.type, this.uid);