ANR constructor

ANR({
  1. StackTrace? stackTrace,
})

Implementation

ANR({
  this.stackTrace,
});