Context constructor
Context({})
Implementation
Context({
this.name = '',
this.displayName = '',
this.etag = '',
this.labels = const {},
this.createTime,
this.updateTime,
this.parentContexts = const [],
this.schemaTitle = '',
this.schemaVersion = '',
this.metadata,
this.description = '',
}) : super(fullyQualifiedName);