grpcPort constant

int const grpcPort

Implementation

static const grpcPort = int.fromEnvironment(
  'grpc_port',
  defaultValue: 33037,
);