Body class

Annotations
  • @sealed
  • @immutable

Constructors

Body({required Iterable<Breadcrumb> telemetry, required Report report})
const
Body.fromMap(JsonMap map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
report Report
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telemetry Iterable<Breadcrumb>
final

Methods

copyWith({Iterable<Breadcrumb>? telemetry, Report? report}) Body
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → JsonMap
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited