BreakTimeResponseModel class
Represents a response model for break time information.
Constructors
- BreakTimeResponseModel({required BreakTimeModel data, MetaData? meta})
- Constructs a BreakTimeResponseModel object.
-
BreakTimeResponseModel.fromJson(Map<
String, dynamic> json) -
Constructs a BreakTimeResponseModel object from a JSON representation.
factory
Properties
- data → BreakTimeModel
-
The break time data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- meta → MetaData?
-
Additional metadata associated with the break time response.
final
- 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
-
toJson(
) → Map< String, dynamic> - Converts the BreakTimeResponseModel object to a JSON representation.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited