Documentation constructor
const
Documentation({
- TfArg<
String> ? content, - TfArg<
String> ? mimeType, - TfArg<
String> ? subject, - List<
DocumentationLink> ? links,
Implementation
const Documentation({this.content, this.mimeType, this.subject, this.links});