isPostCode property

bool get isPostCode

Implementation

bool get isPostCode => isNotNullEmpty && this!.trim().length == 6;