// Attribute that will be used to replace null value
defaultNullValue=undefined;
/**
*Creates an instance of Field.
* @param {object} props
* @param {any} customDefaultValue use this parameter when a defaultNullValue needs to be set dynamically, otherwise, use class attribute defaultNullValue
* @param {*} [customStateAttrs={}] add custom state attributes on creation