UserInfoProviderAvatarInfo class

用户头像信息

Constructors

UserInfoProviderAvatarInfo(AvatarPathType type, String path, {int inSampleSize = 2})

Properties

hashCode int
The hash code for this object.
no setterinherited
inSampleSize int
防止内存溢出,图片内部转换到 bitmap 的采样 等同于 Android 平台下的 BitmapFactory.Options.inSampleSize 默认值 2
final
path String
具体路径
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AvatarPathType
路径类型
final

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