ApplicationResponse.fromJson constructor

ApplicationResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ApplicationResponse.fromJson(Map<String, Object?> json) =>
    _$ApplicationResponseFromJson(json);