ConnectionResponse.fromJson constructor

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

Implementation

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