EmployeeNameFilterResponseModel class
The EmployeeNameFilterResponseModel
class represents a response model for employee name filtering.
It contains a list of EmployeeNameFilterModel
objects and an optional MetaData
object.
Constructors
-
EmployeeNameFilterResponseModel({required List<
EmployeeNameFilterModel> data, MetaData? meta}) -
Creates a new instance of the
EmployeeNameFilterResponseModel
class. -
EmployeeNameFilterResponseModel.fromJson(Map<
String, dynamic> json) -
Creates a new instance of the
EmployeeNameFilterResponseModel
class from a JSON map.factory
Properties
-
data
→ List<
EmployeeNameFilterModel> -
The list of employee name filter data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- meta → MetaData?
-
Additional metadata associated with the employee name filter response (optional).
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited