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

MLess({ModelLess? model})
Creates an instance of MLess with the specified ModelLess object.

Properties

hashCode → int
The hash code for this object.
no setterinherited
model ↔ ModelLess
The ModelLess instance associated with this class.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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