getDartNull static method

Object? getDartNull()

Implementation

static Object? getDartNull() {
  return null;
}