Window class Null safety
- Annotations
Constructors
Properties
- bottom → int
-
@JsonKey(name: '@bottom', fromJson: int.parse), final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- left → int
-
@JsonKey(name: '@left', fromJson: int.parse), final
- right → int
-
@JsonKey(name: '@right', fromJson: int.parse), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- top → int
-
@JsonKey(name: '@top', fromJson: int.parse), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited