DistributerLevelContent.fromJson constructor

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

Implementation

factory DistributerLevelContent.fromJson(Map<String, dynamic> json) =>
    _$DistributerLevelContentFromJson(json);