Success<V extends Object, E extends Exception> constructor

Success<V extends Object, E extends Exception>(
  1. V wrapped,
  2. Type? classLocation,
  3. String? functionLocation,
  4. Map<String, dynamic> monitor,
  5. Map<String, dynamic> debug,
  6. Iterable<Log> histories,
)

Implementation

Success(this.wrapped, super.classLocation, super.functionLocation, super.monitor, super.debug, super.histories);