Connection.fromJson constructor

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

Implementation

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