class ServerProviderLocation { ServerProviderLocation({ required this.title, this.description, this.flag, }); final String title; final String? description; /// as emoji final String? flag; }