menu
style_dart package
documentation
style_dart.dart
CachedFile
CachedFile constructor
CachedFile constructor
dark_mode
light_mode
CachedFile
constructor
CachedFile
(
String
name
,
Uint8List
data
,
DateTime
lastModified
)
Implementation
CachedFile(this.name, this.data, this.lastModified) : extension = name.split(".").last;
style_dart package
documentation
style_dart
CachedFile
CachedFile constructor
CachedFile class