OmniBlogDependentAppAttributes class
Omni's blog attributes: the shared three fields plus the WebRTC settings that only this app's stream page consumes.
Subclassing keeps WebRTCSettings - an Omni-only type - out of the shared
package, while the shared landing and block-overview pages keep accepting
this instance through their BlogDependentAppAttributes parameter.
Constructors
- OmniBlogDependentAppAttributes({required dynamic blogDependentScreenConfigurations, required dynamic twoCentsConfigs, required dynamic blockSettings, required dynamic webrtcSettings})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webrtcSettings ↔ dynamic
-
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