Flutter
services
ImageInfo
toString
toString
Flutter
services
ImageInfo
toString
method
toString
Source
Flutter
services
ImageInfo
Constructors
ImageInfo
Properties
image
scale
hashCode
runtimeType
Operators
operator ==
Methods
toString
noSuchMethod
override
String
toString
(
)
Returns a string representation of this object.
Source
@override String toString() => '$image @ ${scale}x';