fromNull static method
Creates a new typed DataSchemaValue representing null
.
Implementation
static NullValue fromNull() => const NullValue._create();
Creates a new typed DataSchemaValue representing null
.
static NullValue fromNull() => const NullValue._create();