fromMap abstract method

void fromMap(
  1. Map<String, dynamic> map
)

通过实现该方法来进行数据解析

Implementation

void fromMap(Map<String, dynamic> map);