elements property

  1. @TagNumber(2)
PbList<FFEnumElement> get elements

@doc All the elements of the enum.

Implementation

@$pb.TagNumber(2)
$pb.PbList<FFEnumElement> get elements => $_getList(1);