030c3eb428
* app updated * readme updated * rename base folder * update chatty's readme * move apps to packages dir * update repo overview Co-authored-by: diegoveloper <diego.velasquez.lopez@gmail.com>
5 lines
59 B
Dart
5 lines
59 B
Dart
class AuthUser {
|
|
AuthUser(this.id);
|
|
final String id;
|
|
}
|