Resource constructor
Resource({
- List<
Icon> ? icons, - required String name,
- String? title,
- required String uri,
- String? description,
- String? mimeType,
- Annotations? annotations,
- int? size,
- MetaObject? $meta,
Implementation
Resource({
this.icons,
required this.name,
this.title,
required this.uri,
this.description,
this.mimeType,
this.annotations,
this.size,
this.$meta,
});