ContextSummary constructor

ContextSummary({
  1. String? contextArn,
  2. String? contextName,
  3. String? contextType,
  4. DateTime? creationTime,
  5. DateTime? lastModifiedTime,
  6. ContextSource? source,
})

Implementation

ContextSummary({
  this.contextArn,
  this.contextName,
  this.contextType,
  this.creationTime,
  this.lastModifiedTime,
  this.source,
});