boilerplate_annotations library

Classes

CopyWith
The meta-annotation is used to generate copyWith and copyWithNull methods.
CopyWithExclude
The meta-annotation is used to exclude a field from copyWith and copyWithNull methods generation.
Props
The meta-annotation that is used to generate Equatable props.
PropsExclude
The meta-annotation is used to exclude a field from Equatable props generation.

Constants

copyWith → const CopyWith
The meta-annotation is used to generate copyWith and copyWithNull methods.
copyWithExclude → const CopyWithExclude
The meta-annotation is used to exclude a field from copyWith and copyWithNull methods generation.
props → const Props
The meta-annotation that is used to generate Equatable props.
propsExclude → const PropsExclude
The meta-annotation is used to exclude a field from Equatable props generation.