isToolRequest property
bool
get
isToolRequest
Whether this part is a tool request.
Implementation
bool get isToolRequest => toJson().containsKey('toolRequest');
Whether this part is a tool request.
bool get isToolRequest => toJson().containsKey('toolRequest');