OverlayItemParameters class abstract Core

Overlay Item base parameters.

This is the base class for different types of overlay item parameters providing metadata about an OverlayItem

Use the OverlayItem.previewData getter to obtain an instance of a derived class of this base class.

Implemented by SocialReportParameters, SafetyParameters, and PublicTransportParameters.

/

Implementers

Constructors

OverlayItemParameters()

Properties

createStampUtc DateTime?
no setter
hashCode int
The hash code for this object.
no setterinherited
iconId int?
no setter
id int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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