isNaN function

bool isNaN(
  1. dynamic value
)

Implementation

bool isNaN(dynamic value) => value != value;