name property

String name

Implementation

String get name => {
      Location.usEast: 'us-east',
      Location.euWest: 'dublin',
      Location.mumbai: 'mumbai',
      Location.sydney: 'sydney',
      Location.singapore: 'singapore',
    }[this]!;