FileReference constructor
FileReference({
- required String type,
- required ObjectReference? asset,
Implementation
FileReference({
required this.type,
required this.asset,
});