visitBool method

  1. @override
T visitBool(
  1. DogBool b
)
override

Visits a DogGraphValue of type DogBool.

Implementation

@override
T visitBool(DogBool b) => null as T;