nationalIDValidate method

bool nationalIDValidate(
  1. String id
)

Implementation

bool nationalIDValidate(String id) {
  return id.length > 0;
}