ndCast<T> function

T? ndCast<T>(
  1. dynamic value
)

Implementation

T? ndCast<T>(dynamic value) => cast<T>(value);