enums property
A list of all enum types included in this API service. Enums
referenced directly or indirectly by the apis are automatically
included. Enums which are not referenced but shall be included
should be listed here by name. Example:
enums:
- name: google.someapi.v1.SomeEnum
Implementation
@$pb.TagNumber(5)
$pb.PbList<$1.Enum> get enums => $_getList(4);