debugOwnerLabel property

  1. @override
String debugOwnerLabel
override

Returns the owner of this Ref. Usually, this is a notifier or a widget. Used by Ref.redux to log the origin of the action.

Implementation

@override
String get debugOwnerLabel => 'RefenaContainer';