Window class Null safety

Annotations

Constructors

Window({required int bottom, required int top, required int right, required int left})
Window.fromJson(Map<String, dynamic> json)
factory

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
@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