name property

String? name
final

Unique widget name. If this name is registered with FairApp.widget, the path can be omitted. If the same bundle is reuse with different data the name should appended with suffix, eg: $name-$data.hashcode

Implementation

final String? name;