Memory constructor
Memory({})
Implementation
Memory({
this.expireTime,
this.ttl,
this.name = '',
this.displayName = '',
this.description = '',
this.createTime,
this.updateTime,
required this.fact,
required this.scope,
}) : super(fullyQualifiedName);