get<T> abstract method

T get<T>([
  1. T? onNullValue
])

Implementation

T get<T>([T? onNullValue]);