friendlyName property
A Friendly identifier you can use for referring to this Activity Mode. We really only used this in our URLs, so... you know, take that for whatever it's worth.
Implementation
@JsonKey(name:'friendlyName')
String? friendlyName;