User static method

Authable User(
  1. String username
)

Implementation

static Authable User(String username) => SapUser(username);