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 a1c8940

Browse files
Make user model
1 parent a078c8a commit a1c8940

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎lib/models/User.dart

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import 'package:flutter_photography/models/Collocation.dart';
2+
3+
class User {
4+
final String name;
5+
final String profilePicture;
6+
final String username;
7+
final int followers;
8+
final int following;
9+
final List<Collocation> collocation;
10+
11+
User({this.name, this.profilePicture, this.username, this.followers, this.following, this.collocation});
12+
13+
}

0 commit comments

Comments
(0)

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