Example constructor
Example({
- StoredContentsExample? storedContentsExample,
- String displayName = '',
- String exampleId = '',
- Timestamp? createTime,
Implementation
Example({
this.storedContentsExample,
this.displayName = '',
this.exampleId = '',
this.createTime,
}) : super(fullyQualifiedName);