menu
google_cloud_protobuf package
documentation
protobuf.dart
EnumValue
EnumValue.new constructor
EnumValue.new constructor
dark_mode
light_mode
EnumValue
constructor
EnumValue
(
{
String
name
=
''
,
int
number
=
0
,
List
<
Option
>
options
=
const []
,
})
Implementation
EnumValue({this.name = '', this.number = 0, this.options = const []}) : super(fullyQualifiedName);
google_cloud_protobuf package
documentation
protobuf
EnumValue
EnumValue.new constructor
EnumValue class