ConnectionStateChange.fromJson constructor

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

Implementation

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