Files
workavia-mail-front/model/lib/account/attribute.dart
T

10 lines
315 B
Dart

class Attribute {
static const id = '_id';
static const firstname = 'firstname';
static const lastname = 'lastname';
static const job_title = 'job_title';
static const building_location = 'building_location';
static const office_location = 'office_location';
static const main_phone = 'main_phone';
}