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