getProcessBinds method

  1. @override
  2. @visibleForTesting
List<BindContract<Object>> getProcessBinds()
inherited

get processed binds

Implementation

@override
@visibleForTesting
List<BindContract> getProcessBinds() =>
    _binds.where((element) => !element.export).toList();