flutter_json_widgets
image_provider
AssetImage
AssetImage const constructor
AssetImage
AssetImage
constructor
Null safety
const
AssetImage
(
String
path
,
{
String
?
package
}
)
Implementation
const factory AssetImage(final String path, {final String? package}) = _$AssetImage;
flutter_json_widgets
image_provider
AssetImage
AssetImage const constructor
AssetImage class
Constructors
AssetImage
fromJson
Properties
copyWith
hashCode
package
path
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==