factory ObbyEventReconnectAfter.fromJson(Map<String, dynamic> json) => ObbyEventReconnectAfter( after_ms: json['after_ms'] as int, );