zipCode method

String zipCode()

Generate a random ZIP code.

Implementation

String zipCode() => randomInt(10000, 99999).toString();