SplashError constructor

SplashError({
  1. String? code,
  2. String? title,
  3. String? message,
  4. dynamic body,
})

Implementation

SplashError({this.code, this.title, this.message, this.body});