Max.fromJson constructor

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

Implementation

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