table.dart 100 B

12345
  1. // ignore_for_file: non_constant_identifier_names
  2. class DBTable {
  3. static String User = "User";
  4. }