PalVideoTrigger class

Constructors

PalVideoTrigger({required String? eventLogId, required String videoId, required DateTime creationDate, required String videoUrl, required String videoThumbUrl, required String imgThumbUrl, required Author author, Survey? survey})
PalVideoTrigger.fromJson(String source)
factory
PalVideoTrigger.fromJsonBytes(Uint8List source)
factory
PalVideoTrigger.fromMap(Map<String, dynamic> map)
factory

Properties

author Author
getter/setter pair
creationDate DateTime
getter/setter pair
eventLogId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imgThumbUrl String
getter/setter pair
isSurveyType bool
no setter
isTalkType bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
survey Survey?
getter/setter pair
videoId String
getter/setter pair
videoThumbUrl String
getter/setter pair
videoUrl String
getter/setter pair

Methods

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

Operators

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

Static Methods

parseType(String data) PalVideos