codes constant

Map<FPayPalEnvironment, String> const codes

Implementation

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