AppResponse.fromJson constructor

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

Implementation

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