Safety<V extends Object> constructor

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

Implementation

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