timestamp property
int
get
timestamp
Timestamp of the exception.
Implementation
int get timestamp => params!['timestamp'] as int;
Timestamp of the exception.
int get timestamp => params!['timestamp'] as int;