user.dart 53 B

1234
  1. class UserInfo {
  2. int id = 0;
  3. String name = '';
  4. }