endTime property

  1. @JsonKey(name: 'endTime')
String? endTime
getter/setter pair

If you're still in it but it "ended" (like when folks are dancing around the loot after they beat a boss), this is when the activity ended.

Implementation

@JsonKey(name:'endTime')
String? endTime;