The following can be included as part of the [.github/copilot-instructions.md])https://docs.github.com/en/copilot/how-tos/custom-instructions) file.
Follow Effective Dart guidelines for consistent Documentation & Coding.
- A library member is a top-level field, getter, setter, or function. Basically, anything at the top level that isn't a type.
- A class member is a constructor, field, getter, setter, function, or operator declared inside a class. Class members can be instance or static, abstract or concrete.
- A member is either a library member or a class member.