fromJson method

T? fromJson(
  1. Map<String, dynamic> json
)

Implementation

T? fromJson(Map<String, dynamic> json) => null;