Size class

Annotations
  • @JS('google.maps.Size')

Constructors

Size(num? width, num? height, [String? widthUnit, String? heightUnit])

Properties

hashCode int
The hash code for this object.
no setterinherited
height num?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width num?
getter/setter pair

Methods

equals(Size? other) bool?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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