MatlabVariableInfo class

Information about a MATLAB variable

Constructors

MatlabVariableInfo({required String name, required MatlabClass matlabClass, required List<int> shape, bool isSparse = false, bool isGlobal = false, bool isEmpty = false, List<String>? fields, String? className})

Properties

className String?
Class name (if object)
final
fields List<String>?
Structure field names (if struct)
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Whether it's empty
final
isGlobal bool
Whether it's global
final
isSparse bool
Whether it's sparse
final
matlabClass MatlabClass
MATLAB class type
final
name String
Variable name
final
ndim int
Get number of dimensions
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape List<int>
Shape/dimensions
final
size int
Get size (total number of elements)
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited