BackendRequestModel constructor
BackendRequestModel({})
Implementation
BackendRequestModel({
required this.documentID,
this.description,
required this.appId,
this.authorId,
this.name,
this.sendTo,
this.collections,
this.processed,
this.requestType,
});