RollbarTelemetry constructor
Implementation
RollbarTelemetry({@required this.level, @required this.type, this.source = 'client', int timestamp, @required this.message, this.stack})
: this.timestamp = timestamp ?? DateTime.now().millisecondsSinceEpoch;