CampaignData class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
CampaignData.new({required List<
CampaignModel> data, required Pagination pagination, dynamic error}) -
CampaignData.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
data
→ List<
CampaignModel> -
final
- error → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pagination → Pagination
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
findAllCampaignsByName(
String appName) → List< CampaignModel> -
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