InsanichessLiveGameSettings.fromJson constructor

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

Creates new InsanichessLiveGameSettings object from json.

Implementation

InsanichessLiveGameSettings.fromJson(Map<String, dynamic> json)
    : super.fromJson(json);