QueryResponseModel class
Constructors
-
QueryResponseModel({int inStatus = 0, String msgStatus = '', List<
Map< ? data})String, dynamic> > -
QueryResponseModel.fromJson(Map<
String, dynamic> jsonData) -
factory
Properties
Methods
-
copyWith(
{int? inStatus, String? msgStatus, List< Map< ? data}) → QueryResponseModelString, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited