name property

  1. @override
String? name
final

The humanized name of the device. Implementers of VirtualDevice should generate the name in a way that increments prior creations of the model and osVersion.

Implementation

@override
final String? name;