Info<T> constructor
Info<T> (
- T? content, {
- required Duration ttl,
Implementation
Info(
this.content, {
required this.ttl,
}) : date = DateTime.now();
Info(
this.content, {
required this.ttl,
}) : date = DateTime.now();