ErrorOptions constructor

ErrorOptions({
  1. Object? cause,
})

Implementation

factory ErrorOptions({_i2.Object? cause}) => ErrorOptions._(cause: cause);