detail property

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

This was supposed to be a string that would give per-item details about sockets. In practice, it turns out that all this ever has is the localized word "details". ... that's lame, but perhaps it will become something cool in the future.

Implementation

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