LevelSysExtListEntity.fromJson constructor

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

Implementation

factory LevelSysExtListEntity.fromJson(Map<String, dynamic> json) =>
    $LevelSysExtListEntityFromJson(json);