Statement constructor
Statement({})
Implementation
Statement({
this.version = "1.0.3",
required this.actor,
required this.verb,
required this.object,
DateTime? timestamp,
this.result,
this.context,
}) : timestamp = timestamp ?? DateTime.now().toUtc();