Model constructor

Model({
  1. String? arn,
  2. String? createdTime,
  3. String? description,
  4. String? eventTypeName,
  5. String? lastUpdatedTime,
  6. String? modelId,
  7. ModelTypeEnum? modelType,
})

Implementation

Model({
  this.arn,
  this.createdTime,
  this.description,
  this.eventTypeName,
  this.lastUpdatedTime,
  this.modelId,
  this.modelType,
});