EmptyResponse.fromJson constructor

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

Implementation

EmptyResponse.fromJson(Map<String, dynamic> json) {
  fromMap(json);
}