isNotExternal property

bool get isNotExternal

Returns true if this data is not External, otherwise false.

Implementation

bool get isNotExternal => !isExternal;