Summary constructor Null safety
- String text
Create an annotation to provide a short description of a class.
Implementation
const Summary(this.text) : assert(text != null);
Create an annotation to provide a short description of a class.
const Summary(this.text) : assert(text != null);