SdbCodec class

Optional codec to use when opening a database

Constructors

SdbCodec()

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

Operators

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

Static Properties

defaultCodec → _SdbCodecDefault
Default codec that supports SdbTimestamp and SdbBlob
final
none → _SdbCodecNone
No transformation is used, data is store as is Ensure that you only save compatible data:
final