isNull method

  1. @override
bool isNull()
override

在 dart 侧判断 js value 是否是 null

Implementation

@override
bool isNull() => jsValue.isNull;