DefaultError constructor

const DefaultError(
  1. String error
)

Implementation

const factory DefaultError(final String error) = _$DefaultError;