ipv4Address method

String ipv4Address()

Generates a IP version 4 address.

Example:

  faker.internet.ipv4Address();

Implementation

String ipv4Address() => random.numbers(255, 4).join('.');