codes constant
Implementation
static const Map<FPayPalEnvironment, String> codes = {
FPayPalEnvironment.live: "live",
FPayPalEnvironment.sandbox: "sandbox",
FPayPalEnvironment.stage: "stage",
FPayPalEnvironment.local: "local",
};
static const Map<FPayPalEnvironment, String> codes = {
FPayPalEnvironment.live: "live",
FPayPalEnvironment.sandbox: "sandbox",
FPayPalEnvironment.stage: "stage",
FPayPalEnvironment.local: "local",
};