name property

String? get name

An optional name for the root.

This can be used to provide a human-readable identifier for the root, which may be useful for display purposes or for referencing the root in other parts of the application.

Implementation

String? get name => _value['name'] as String?;