MessagePackEncodeOptions class

Constructors

MessagePackEncodeOptions({dynamic toEncodable(dynamic) = _defaultToEncodable, int maxDepth = DEFAULT_MAX_DEPTH, int initialSize = DEFAULT_INITIAL_SIZE, bool sortKeys = false, bool forceFloat32 = false, bool forceIntegerToFloat = false})

Properties

forceFloat32 bool
final
forceIntegerToFloat bool
final
hashCode int
The hash code for this object.
no setterinherited
initialSize int
final
maxDepth int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortKeys bool
final
toEncodable → dynamic Function(dynamic)
final

Methods

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