MapToJsonRequestConverter class

MapToJsonRequestConverter, which converts the body Map provided by ApexRequest.body to JSON String, it uses the JsonCodec from dart.convert library to encode the provided ApexRequest.body to JSON string.

Inheritance

Constructors

MapToJsonRequestConverter()

Properties

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
toRow(ApexRequest request) RowRequest
override
toString() String
A string representation of this object.
inherited

Operators

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