toString method
Returns a String that represents the current connect flag settings
Implementation
@override
String toString() =>
'Connect Flags: Reserved1=$reserved1, CleanStart=$cleanStart, '
'WillFlag=$willFlag, WillQos=$willQos, WillRetain=$willRetain, '
'PasswordFlag=$passwordFlag, UserNameFlag=$usernameFlag';