isGet property
bool
get
isGet
Whether this is a GET operation (no value provided).
Implementation
bool get isGet => value == null;
Whether this is a GET operation (no value provided).
bool get isGet => value == null;