userId property

String userId
final

Returns the identifier of current user.

print(SysInfo.userId);
=> 1000

Implementation

static final String userId = _getUserId();