ContentParameters class abstract Core

Base class for content parameters.

Provides a common interface for different types of content parameters such as RoadMapParameters, VoiceParameters, and StyleParameters.

Obtain instances of derived classes through the ContentStoreItem.contentParameters getter.

Implementers

Constructors

ContentParameters()

Properties

hashCode int
The hash code for this object.
no setterinherited
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