isMatrix property
bool
get
isMatrix
Check if this is a matrix-type table
Implementation
bool get isMatrix => visualType == 'matrix';
Check if this is a matrix-type table
bool get isMatrix => visualType == 'matrix';