Declaration constructor Null safety
- String content
Implementation
factory Declaration(String content) {
// TODO: parse declarations, analyzer doesn't provide a nice api for this
// that I can find.
return Declaration._(content);
}
factory Declaration(String content) {
// TODO: parse declarations, analyzer doesn't provide a nice api for this
// that I can find.
return Declaration._(content);
}