PamMessageModel class

Constructors

PamMessageModel({required String URL, required String Pixel, required String Flex, String? PageTitle, String? Id})
PamMessageModel.fromJson(String appPrefix, Map<String, dynamic>? rawJson)
factory

Properties

Flex String
final
hashCode int
The hash code for this object.
no setterinherited
Id String?
getter/setter pair
PageTitle String?
getter/setter pair
Pixel String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
URL String
final

Methods

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

Operators

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