ServerStop.fromJson constructor
Implementation
factory ServerStop.fromJson(Map<String, dynamic> json) => ServerStop(
hostServerSessionId: (json['HostServerSessionId'] as String?) ?? '',
targetServerSessionId: (json['TargetServerSessionId'] as String?) ?? '',
);