parse property

T? Function(String? text) parse
final

Converts the current text into a T.

Implementation

final T? Function(String? text) parse;