args property

List<Object?>? args
final

Optional dependency keys for reactive re-initialization.

If provided, the scope will be recreated if the identity or value of any element changes.

Implementation

final List<Object?>? args;