name property

String? name
final

The user friendly name for the region

This is used within the recovery system, as well as to delete a particular downloaded region within a store.

If null, this region will have no name. If specified, this must not be empty.

This property is currently redundant, but usage is planned in future versions.

Implementation

final String? name;