getpwnam function

Passwd? getpwnam(
  1. String name
)

Implementation

Passwd? getpwnam(String name) => platform.getpwnam(name);