menu
protoc_plugin package
documentation
names.dart
enumSuffixes function
enumSuffixes function
dark_mode
light_mode
enumSuffixes
function
Iterable
<
String
>
enumSuffixes
(
)
Implementation
Iterable
<
String
> enumSuffixes()
sync
* {
var
s =
'_'
;
while
(
true
) {
yield
s; s +=
'_'
; } }
protoc_plugin package
documentation
names
enumSuffixes function
names library