to_string 1.2.1
to_string: ^1.2.1 copied to clipboard
A tools for generating toString method for class, based on build_runner
1.2.1 #
- Fix: Only field with it type annotated
ToString()can be wrapped output in pretty print.
1.2.0+1 #
- Supports pretty print with annotation
ToString()orbuild.yaml
1.1.0 #
-
Private or static field and getter with
ToString()will be shown in methodtoString() -
Public field, private or static field and getter with
ToString()in supper class and mixin class withToString(), will be shown in their base class methodtoString
1.0.1 #
- Fix bug setter is generated incorrectly.
1.0.0 #
- Annotate
ToString()to getter to let it show intoString()
0.1.0 #
- Stable release
0.0.1 #
- Add
ToStringannotation for generatingtoString()