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