recentUsers property

List<ChromeOsDeviceRecentUsers>? recentUsers
getter/setter pair

A list of recent device users, in descending order, by last login time.

Implementation

core.List<ChromeOsDeviceRecentUsers>? recentUsers;