name property

String? name

Convenient method Extension to generate name from DummyAppUser enum

Implementation

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