menu
libprolog package
documentation
libprolog.dart
Term
isVariable property
isVariable property
dark_mode
light_mode
isVariable
property
bool
get
isVariable
Returns true if this term is a variable.
Implementation
bool get isVariable => false;
libprolog package
documentation
libprolog
Term
isVariable property
Term class