factory LaunchHandler.fromJson(Map<String, dynamic> json) { return LaunchHandler( clientMode: json['clientMode'] as String, ); }