Variable GffStruct.NullableField.isNull

struct GffStruct.NullableField
{
  // ...
  bool isNull = true;
  // ...
}