rollbar / rollbar-flutter

Rollbar for Dart and Flutter
https://docs.rollbar.com/docs/flutter
MIT License
21 stars 27 forks source link

Standard debug string representation of data objects. #95

Closed matux closed 1 year ago

matux commented 1 year ago

Description of the change

Standardizes the debug string representation of data objects so they don't appear as "Instance of [SomeClass]" in the debugger and when printing.

Type of change

Related issues

Checklists

Development

Code review

matux commented 1 year ago

Mirroring isn't supported natively on some platforms and I'm tired of dealing with this horrible language and VM, so I'll take it over some other day that I have free time.