OneofNames class

The Dart names associated with a oneof declaration.

Constructors

OneofNames(OneofDescriptorProto descriptor, int index, String clearMethodName, String whichOneofMethodName, String oneofEnumName, String byTagMapName)

Properties

byTagMapName String
Identifier for the _XByTag map.
final
clearMethodName String
Identifier for the generated clearX() method, without braces.
final
descriptor → OneofDescriptorProto
final
hashCode int
The hash code for this object.
no setterinherited
index int
Index in the containing type's oneof_decl list.
final
oneofEnumName String
Identifier for the generated enum definition.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whichOneofMethodName String
Identifier for the generated whichX() method, without braces.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited