fromJson property

JsonDecoder<T>? fromJson
final

JSON 解析器(用于解析预处理后的 data 或原始 JSON)

Implementation

final JsonDecoder<T>? fromJson;