MLess class
A class that wraps around ModelLess and provides additional functionality or abstraction.
This class is designed to manage and interact with an instance of ModelLess. It initializes with a ModelLess object or creates a default instance from an empty JSON string if none is provided.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the MLess instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited