toValue<T> static method

dynamic toValue<T>(
  1. T value
)

Implementation

static dynamic toValue<T>(T value) => i.toValue<T>(value);