XRayLogInspectorEntry constructor
XRayLogInspectorEntry({})
Implementation
XRayLogInspectorEntry({
String? id,
required this.message,
this.level = XRayLogInpectorLevel.info,
DateTime? timestamp,
}) : id = id ?? DateTime.now().microsecondsSinceEpoch.toString(),
timestamp = timestamp ?? DateTime.now();