menu
protobuf package
documentation
protobuf.dart
BuilderInfo
fieldName method
fieldName method
dark_mode
light_mode
fieldName
method
String
?
fieldName
(
int
tagNumber
)
Implementation
String? fieldName(int tagNumber) { final i = fieldInfo[tagNumber]; return i?.name; }
protobuf package
documentation
protobuf
BuilderInfo
fieldName method
BuilderInfo class