UndefinedView constructor

UndefinedView({
  1. dynamic error,
})

Implementation

UndefinedView({
  this.error,
});