Callback class

Constructors

Callback({required String callbackUrl, String? callbackHost, required String callbackBody, bool? callbackSNI, CalbackBodyType? calbackBodyType = CalbackBodyType.url, Map<String, String>? callbackVar})
const

Properties

calbackBodyType CalbackBodyType?
final
callbackBody String
final
callbackHost String?
final
callbackSNI bool?
final
callbackUrl String
final
callbackVar Map<String, String>?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toHeaders() Map<String, String>
toString() String
A string representation of this object.
inherited

Operators

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