channel property

  1. @override
GruntChannel channel
override

Implementation

@override
GruntChannel get channel =>
    _channel ??
    (throw Exception(
        "Attempting to communicate before channel has been established"));