keys property

  1. @JsonKey(fromJson: ListOfViewKeyMetaFromJsonString, toJson: ListOfViewKeyMetaToJsonString)
List<ViewKeyMeta> keys
getter/setter pair

Implementation

@JsonKey(
    fromJson: ListOfViewKeyMetaFromJsonString,
    toJson: ListOfViewKeyMetaToJsonString)
List<ViewKeyMeta> keys;