mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
5 lines
111 B
Dart
5 lines
111 B
Dart
import 'package:pixes/network/network.dart';
|
|
|
|
extension IllustExt on Illust {
|
|
bool get downloaded => false;
|
|
} |