Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5624f3b

Browse files
Make collocation model
1 parent a1c8940 commit 5624f3b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎lib/models/Collocation.dart

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'package:flutter_photography/models/Post.dart';
2+
3+
class Collocation {
4+
final String name;
5+
final String thumbnail;
6+
final List<String> tags;
7+
final List<Post> posts;
8+
9+
Collocation({this.name, this.thumbnail, this.tags, this.posts});
10+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /