PinchMessage class

Constructors

PinchMessage(String url, int expiry, int created, String title, String body, String imgUrl, String deliveryId, String messageId, bool opened)
PinchMessage.fromJson(dynamic json)
factory

Properties

body String
getter/setter pair
created int
getter/setter pair
deliveryId String
getter/setter pair
expiry int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imgUrl String
getter/setter pair
messageId String
getter/setter pair
opened bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
getter/setter pair
url String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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