fromNull static method

NullValue fromNull()

Creates a new typed DataSchemaValue representing null.

Implementation

static NullValue fromNull() => const NullValue._create();