parser property

T Function(dynamic rawData) parser
final

自定义解析函数

Implementation

final T Function(dynamic rawData) parser;