dartDecode abstract method

R dartDecode(
  1. T value
)

Converting T dart object to raw database value

Implementation

R dartDecode(T value);