fnVarIsNull function

dynamic fnVarIsNull(
  1. dynamic value
)

Implementation

dynamic fnVarIsNull(dynamic value) => value == null;