VisualEffectSubviewContainerPropertyStorage class

Storage for a VisualEffectSubviewProperties instance.

Provides methods to identify changes in said instance that need to be transmitted to the Swift side.

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

getDeltaProperties(VisualEffectSubviewProperties newProperties) VisualEffectSubviewProperties
Returns a VisualEffectSubviewProperties instance in which only the fields whose values need to be transmitted to the Swift side are populated.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateProperties(VisualEffectSubviewProperties newProperties) → void
Updates the internal VisualEffectSubviewProperties instance.

Operators

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