Properties class

Code generation properties.

Constructors

Properties(FileDescriptorSet types, String standardPackage, String importPrefix)

Properties

hashCode int
The hash code for this object.
no setterinherited
importPrefix String
The path prefix for Dart files generated from types.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standardPackage String
The dart package containing standard Protobuf types (Google types and base types).
final
types FileDescriptorSet
The types to generate code for.
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