SocialReportParameters class Core

Social Report OverlayItem details. This class provides detailed information specific to social reports.

/

Inheritance

Constructors

SocialReportParameters({required int? id, required DateTime? createStampUtc, required int? iconId, required String? type, required String? tts, required Coordinates? coordinates, required String? description, required int? ownerId, required String? ownerName, required int? score, required DateTime? updateStampUtc, required DateTime? expireStampUtc, required int? validityMins, required bool? hasSnapshot, required double? direction, required bool? allowThumb, required bool? allowUpdate, required bool? allowDelete, required bool? ownReport, required String? country})

Properties

allowDelete bool?
getter/setter pair
allowThumb bool?
getter/setter pair
allowUpdate bool?
getter/setter pair
coordinates Coordinates?
getter/setter pair
country String?
getter/setter pair
createStampUtc DateTime?
getter/setter pairoverride-getter
description String?
getter/setter pair
direction double?
getter/setter pair
expireStampUtc DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasSnapshot bool?
getter/setter pair
iconId int?
getter/setter pairoverride-getter
id int?
getter/setter pairoverride-getter
ownerId int?
getter/setter pair
ownerName String?
getter/setter pair
ownReport bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int?
getter/setter pair
tts String?
getter/setter pair
type String?
getter/setter pair
updateStampUtc DateTime?
getter/setter pair
validityMins int?
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.
inherited

Operators

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