fromJson abstract method

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

将 Map 转成对象

Implementation

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