SparkLoggingInfo constructor

SparkLoggingInfo({
  1. String? projectId,
  2. String? resourceType,
})

Implementation

SparkLoggingInfo({
  this.projectId,
  this.resourceType,
});