encode method

  1. @override
Iterable<String> encode(
  1. T value
)

Converts from the target type T to the storage type StorageT

Implementation

@override
Iterable<String> encode(final T value) => _encode(value);