GrpcServiceGenerator class
Constructors
- GrpcServiceGenerator(ServiceDescriptorProto _descriptor, FileGenerator fileGen)
Properties
- fileGen → FileGenerator
-
The generator of the .pb.dart file that will contain this service.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addImportsTo(
Set< FileGenerator> imports) → void -
Adds dependencies of generate to
imports
. -
generate(
IndentingWriter out) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
GenerationContext ctx) → void - Finds all message types used by this service.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited