main library
Constants
- immutable → const Immutable
-
Used to annotate a class
C. Indicates thatCand all subtypes ofCmust be immutable. - required → const Required
-
Used to annotate a named parameter
pin a method or functionf. Indicates that every invocation offmust include an argument corresponding top, despite the fact thatpwould otherwise be an optional parameter.