GoogleDriveModel constructor

GoogleDriveModel({
  1. bool enabled = false,
  2. String? credentialsPath,
  3. String? clientId,
  4. String? clientSecret,
})

Implementation

GoogleDriveModel({
  this.enabled = false, // Default for enabled
  this.credentialsPath,
  this.clientId,
  this.clientSecret,
});