ImageEx class

Constructors

ImageEx(String url)

Properties

extension String
获取文件扩展名 例子: .txt
no setter
filename String
获取文件名字,不带扩展
no setter
filenameAll String
获取文件名称,带扩展
no setter
hashCode int
The hash code for this object.
no setterinherited
isImageURL bool
判断是不是一个图片地址
no setter
isNetworkImageUrl bool
判断是不是一个网络图片
no setter
isURL bool
判断是不是一个网络地址
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final
withoutExtension String
p.withoutExtension('path/to/foo.dart'); // -> 'path/to/foo'
no setter

Methods

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.
inherited