key property

String key
getter/setter pair

The 'identifier' part of an atProtocol key name. For example if the key is @bob:city.address.my_app@alice then the key would be city.address and the namespace would be my_app

Implementation

late String key;