Map<String, String?> get toMap { Map<String, String?> configMap = { 'appToken': appToken, 'environment': envirnoment, }; return configMap; }