DataMarshaller class
Prepares the payload data in a Rollbar-friendly format for the Sender.
- Implemented types
- Annotations
-
- @sealed
- @immutable
Constructors
- DataMarshaller.new(Config config)
Properties
Methods
-
marshall(
{required Context context, required Notification event}) → Data -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited