isGet property

bool get isGet

Whether this is a GET operation (no value provided).

Implementation

bool get isGet => value == null;