All.fromJson constructor

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

Implementation

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