InitModel constructor

InitModel({
  1. String? filePath,
  2. String? objectKey,
})

Implementation

InitModel({
  this.filePath,
  this.objectKey,
});