isNotNil function

bool isNotNil(
  1. dynamic source
)

Implementation

bool isNotNil(dynamic source) => !isNil(source);