fromValue<T> static method

T fromValue<T>(
  1. dynamic value
)

Implementation

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