parse<T> abstract method

T? parse<T>(
  1. String? param
)

Implementation

T? parse<T>(String? param);