optionalNull static method

IValue optionalNull()

Implementation

static IValue optionalNull() {
  return IValue._(typeCode: typeCodeNull);
}