isUndefinedAllowed property Null safety

bool isUndefinedAllowed

Gets flag to allow undefined properties

Returns true to allow undefined properties and false to disallow.

void isUndefinedAllowed=(bool value)

Sets flag to allow undefined properties

  • value true to allow undefined properties and false to disallow.