Dart Documentationbox2dContactRegister

ContactRegister class

class ContactRegister {
 Queue<Contact> creator;
 bool primary;

 ContactRegister() :
   creator = null,
   primary = false { }
}

Constructors

new ContactRegister() #

ContactRegister() :
 creator = null,
 primary = false { }

Properties

Queue<Contact> creator #

Queue<Contact> creator;

bool primary #

bool primary;