Public class CustomerData
{
// Other properties
public SomeClass someClass:
public bool? isExistData;
public SomeOtherClass someOtherClass:
// some Other properties
}
If have seen in code here to put a question mark after variable type.
Making boolean nullable?