Exists.fromJson constructor

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

Implementation

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