toString method

  1. @override
String toString()
override

A string representation of this object.

Some classes have a default textual representation, often paired with a static parse function (like int.parse). These classes will provide the textual representation as their string representation.

Other classes have no meaningful textual representation that a program will care about. Such classes will typically override toString to provide useful information when inspecting the object, mainly for debugging or logging.

Implementation

@override
String toString() => 'ApplicationUser[locked=$locked, registrationDate=$registrationDate, name=$name, role=$role, imageFile=$imageFile, editable=$editable, objectAddress=$objectAddress, objectTitle=$objectTitle, emailFinancial=$emailFinancial, companyName=$companyName, contractNumber=$contractNumber, contractDate=$contractDate, accessDate=$accessDate, key=$key, bankName=$bankName, bankBIK=$bankBIK, bankCorrAccount=$bankCorrAccount, bankPayAccount=$bankPayAccount, signerFIO=$signerFIO, signerJob=$signerJob, signerDoc=$signerDoc, financeFIO=$financeFIO, financeEmail=$financeEmail, financePhone=$financePhone, edo=$edo, techFIO=$techFIO, techEmail=$techEmail, techPhone=$techPhone, legalFormShort=$legalFormShort, legalFormFull=$legalFormFull, addressLegal=$addressLegal, addressPostal=$addressPostal, addressActual=$addressActual, INN=$INN, hidden=$hidden, KPP=$KPP, OGRN=$OGRN, tickets=$tickets, logs=$logs, copyRightOwnerId=$copyRightOwnerId, copyRightOwner=$copyRightOwner, playlists=$playlists, feeds=$feeds, places=$places, companyTypeUsers=$companyTypeUsers, id=$id, userName=$userName, normalizedUserName=$normalizedUserName, email=$email, normalizedEmail=$normalizedEmail, emailConfirmed=$emailConfirmed, passwordHash=$passwordHash, securityStamp=$securityStamp, concurrencyStamp=$concurrencyStamp, phoneNumber=$phoneNumber, phoneNumberConfirmed=$phoneNumberConfirmed, twoFactorEnabled=$twoFactorEnabled, lockoutEnd=$lockoutEnd, lockoutEnabled=$lockoutEnabled, accessFailedCount=$accessFailedCount]';