dec<V> method

V dec<V>(
  1. Field<Object, dynamic> f
)

Implementation

V dec<V>(Field f) => f.decode(value, context);