keys property

  1. @protected
List<K> get keys

a method from its TypeObject The ordered list of keys — defines the schema. Typically returns MyField.values for an enum-based key type.

Implementation

@protected
List<K> get keys;