Encodes a value of type T to the storage type TStore.
T
TStore
@override int encode(Duration value) => value.inMicroseconds;