ClockAcceptResponseModel class

The ClockAcceptResponseModel class represents a response model for clock acceptance.

This model contains a ClockAcceptModel instance that represents the acceptance status of a clock entry, along with optional metadata related to the response.

Constructors

ClockAcceptResponseModel({required ClockAcceptModel data, MetaData? meta})
Creates a new instance of the ClockAcceptResponseModel class.
ClockAcceptResponseModel.fromJson(Map<String, dynamic> json)
Creates a new instance of the ClockAcceptResponseModel class from a JSON map.
factory

Properties

data ClockAcceptModel
The clock acceptance data.
final
hashCode int
The hash code for this object.
no setterinherited
meta MetaData?
Additional metadata related to the 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 ClockAcceptResponseModel instance to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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