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() => 'TutorProfile[qualifications=$qualifications, video=$video, videoLink=$videoLink, photo=$photo, postcode=$postcode, tagline=$tagline, subjects=$subjects, availability=$availability, timeOff=$timeOff, dbsNumber=$dbsNumber, experience=$experience, experienceYears=$experienceYears, personalityType=$personalityType, address=$address, profilePhotoRejected=$profilePhotoRejected, onlineTutoring=$onlineTutoring, inPersonTutoring=$inPersonTutoring, tutorProfileId=$tutorProfileId, enableTrial=$enableTrial, enableInstant=$enableInstant, liveSessionType=$liveSessionType, school=$school, schoolName=$schoolName, statementConfirmation=$statementConfirmation, handbook=$handbook, tutorIDImage=$tutorIDImage, tutorCv=$tutorCv, country=$country, id=$id, user=$user, hasBackendPhoto=$hasBackendPhoto, isSuperTutor=$isSuperTutor, hasStripeAccount=$hasStripeAccount, isDbsChecked=$isDbsChecked, incompleteSections=$incompleteSections, isLive=$isLive, hasWhiteboardAccess=$hasWhiteboardAccess, isHidden=$isHidden, coverage=$coverage, completedSections=$completedSections, metInPerson=$metInPerson, numReviews=$numReviews, responseTimeDisplay=$responseTimeDisplay, profileSubmitted=$profileSubmitted, userTimezone=$userTimezone]';