isUserFact property

bool? get isUserFact

Property getter and setter for isUserFact: Whether the contact linked to this fact should be the user Whether the contact linked to this fact should be the user

Implementation

bool? get isUserFact;
set isUserFact (bool? isUserFact)

Implementation

set isUserFact(bool? isUserFact);