mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-20 22:36:34 +08:00
11 lines
369 B
Dart
11 lines
369 B
Dart
import 'standard_sanfan_ee4feb8e_32ae_4241_9c8a_5c9e1f92b096/index.dart' as StandardPage_standard_ee4feb8e_32ae_4241_9c8a_5c9e1f92b096;
|
|
class StandardPages {
|
|
Map<String, String> standardPages;
|
|
Map<String, String> getPages() {
|
|
return {
|
|
'ee4feb8e_32ae_4241_9c8a_5c9e1f92b096': StandardPage_standard_ee4feb8e_32ae_4241_9c8a_5c9e1f92b096.getMd()
|
|
};
|
|
}
|
|
}
|
|
|
|
|