mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-19 22:06:31 +08:00
12 lines
183 B
Dart
12 lines
183 B
Dart
const title = 'titie1';
|
|
Map<String, String> titleObjs = {
|
|
'title': 'haha33'
|
|
};
|
|
class Maps {
|
|
Map<String, String> list;
|
|
getList() {
|
|
return {
|
|
"title": "1111"
|
|
};
|
|
}
|
|
} |