none property

_SdbCodecNone none
final

No transformation is used, data is store as is Ensure that you only save compatible data:

  • bool
  • num
  • String
  • List
  • Map

Implementation

static final none = _SdbCodecNone();