isValidNik method

bool isValidNik()

Implementation

bool isValidNik() => RegExp(r'^[0-9]{16}$').hasMatch(this);