mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-18 01:43:56 +08:00
14 lines
243 B
Dart
14 lines
243 B
Dart
///
|
|
/// Created with Android Studio.
|
|
/// User: 一晟
|
|
/// Date: 2019/4/28
|
|
/// Time: 7:11 PM
|
|
/// email: zhu.yan@alibaba-inc.com
|
|
/// tartget:
|
|
///
|
|
class SearchResult {
|
|
String title;
|
|
String source;
|
|
|
|
SearchResult({this.title, this.source});
|
|
} |