dependencies property

List dependencies
final

List of properties, which when changed, should cause the ViewModel to be recreated.

Implementation

final List<dynamic> dependencies;