crow_annotation library

Classes

Autowired
Autowired allows to inject and find dependencies based on GetX dependency management.
Converter
Allows you to convert the annotated object to the objectType object.
Equals
Allows you get rid of boring == operator overriding, Ides does the same, but with this annotation hide the so long overing to make your class more cleaner and if you change the class property you have no worries.
HashCode
Allows you get rid of boring hashCode operator overriding, Ides does the same, but with this annotation you hide the very long overing to make your class more cleaner and if you change the class property you have no worries.
Super
Allows you to create a normal or abstract super class, this class will be named as the annotated one as a normal class it can have a super class, set of mixins, interfaces and even toString, hashCode etc.
ToString
Allows you get rid of boring toString overriding, Ides does the same, but with this annotation hide the so long string to make your class more cleaner and if you change the class property you have no worries.

Constants

asyncAutowired → const Autowired
A const instance of Autowired.async with default arguments.
autowired → const Autowired
A const instance of Autowired with default arguments.
putAutowired → const Autowired
A const instance of Autowired.put with default arguments.
toString → const ToString
A short hand of ToString.