fromJson property

T Function(Map<String, dynamic> json) fromJson
final

Function to deserialize the task result from JSON.

Implementation

final T Function(Map<String, dynamic> json) fromJson;