UiViewControllerState class

Annotations

Constructors

UiViewControllerState({required String target, required UiTargetSnapshot? snapshot, required ViewStatus status, required DeviceFrame frame, required ViewportState viewport, required List<ValidationIssue> issues, required DateTime? lastUpdated})
const

Properties

frame → DeviceFrame
final
hashCode → int
The hash code for this object.
no setteroverride
issues → List<ValidationIssue>
final
lastUpdated → DateTime?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
snapshot → UiTargetSnapshot?
final
status → ViewStatus
final
target → String
final
viewport → ViewportState
final

Methods

copyWith({String? target, UiTargetSnapshot? snapshot, bool snapshotSet = false, ViewStatus? status, DeviceFrame? frame, ViewportState? viewport, List<ValidationIssue>? issues, DateTime? lastUpdated, bool lastUpdatedSet = false}) → UiViewControllerState
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.
override