toString method
Returns a string representation of the instance.
The string contains the type name and the values of additions and deletions.
Implementation
@override
String toString() {
return '${Helpers.getTypeName(CoinDeveloperDataCodeChanges)}: additions = $additions, deletions = $deletions';
}