You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
532 B

class Strings {
static const usersCollectionName = 'users';
static const queueCollectionName = 'queue';
static const matchedCollectionName = 'matched';
static const idFieldName = 'id';
static const myuidFieldName = 'myuid';
static const otheruidFieldName = 'otheruid';
static const mylistFieldName = 'mylist';
static const otherlistFieldName = 'otherlist';
static const mymovesFieldName = 'mymoves';
static const othermovesFieldName = 'othermoves';
}
const defaultImagePath = 'assets/images/default_image.png';