toString method
Returns a string representation of the LocalizedString instance.
Implementation
@override
String toString() {
return '${Helpers.getTypeName(LocalizedString)}: id = $id';
}
Returns a string representation of the LocalizedString instance.
@override
String toString() {
return '${Helpers.getTypeName(LocalizedString)}: id = $id';
}