InfoPushData class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

InfoPushData({DynamicContentRow? contentList, String? description, String? imageUrl, String? name, InfoPushDataClickable? onPressed, String? template, String? version, InfoPushDataArticle? article})
Returns a new InfoPushData instance.
InfoPushData.fromJson(Map<String, dynamic> json)
factory

Properties

article InfoPushDataArticle?
final
contentList DynamicContentRow?
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
imageUrl String?
final
name String?
final
onPressed InfoPushDataClickable?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template String?
final
version String?
final

Methods

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.
override

Operators

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