InboxItem class
Constructors
-
InboxItem({required String buttonAppUrl2, required String buttonAppUrl1, required String content, required DateTime lastUpdated, required String appUrl, required String itemId, required String heading, required DateTime dateCreated, required String imageUrl, required String buttonLabel1, required List<String> catalogIds, required String buttonLabel2, required String launchUrl, required String buttonLaunchUrl1, required String buttonLaunchUrl2, required String lookupType, required String templateId, required int status, required String trackingUrl})
-
-
InboxItem.fromJson(Map<String, dynamic> json)
-
factory
-
InboxItem.fromRawJson(String str)
-
factory
Methods
-
copyWith({String? buttonAppUrl2, String? buttonAppUrl1, String? content, DateTime? lastUpdated, String? appUrl, String? itemId, String? heading, DateTime? dateCreated, String? imageUrl, String? buttonLabel1, List<String>? catalogIds, String? buttonLabel2, String? launchUrl, String? buttonLaunchUrl1, String? buttonLaunchUrl2, String? lookupType, String? templateId, int? status, String? trackingUrl})
→ InboxItem
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toRawJson()
→ String
-
-
toString()
→ String
-
A string representation of this object.
inherited