SnapdConnectionsResponse.fromJson constructor

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

Implementation

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