name property

List<String>? name
getter/setter pair

The list of the owner's user names.

If your application needs the current list of device owner names, use the get method. For more information about retrieving mobile device user information, see the Developer's Guide.

Implementation

core.List<core.String>? name;