keys property
- @JsonKey(fromJson: ListOfViewKeyMetaFromJsonString, toJson: ListOfViewKeyMetaToJsonString)
getter/setter pair
Implementation
@JsonKey(
fromJson: ListOfViewKeyMetaFromJsonString,
toJson: ListOfViewKeyMetaToJsonString)
List<ViewKeyMeta> keys;