LiveSessionInitResult.fromJson constructor

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

Creates LiveSessionInitResult from JSON data

Implementation

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