attachableStateMixinInfo property

String attachableStateMixinInfo

Implementation

String get attachableStateMixinInfo =>
    'AttachableStateMixin(runtimeType=$runtimeType, hash=$hashCode, '
    '_states=$_states (their hashCodes: ${_states.map((s) => s.hashCode).toList()}))';