Generates a string representing this provider name and relevant details.
@override String toString() => "$runtimeType for '${source.path}' " "(${source.optional ? 'Optional' : 'Required'})";