hasTools property
bool
get
hasTools
Helper getters for backward compatibility with old boolean-based API
Implementation
bool get hasTools => tools != null;
Helper getters for backward compatibility with old boolean-based API
bool get hasTools => tools != null;