mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
@@ -7,8 +7,12 @@ class AiConclusionResult {
|
||||
List<Outline>? outline;
|
||||
List<Subtitle>? subtitle;
|
||||
|
||||
AiConclusionResult(
|
||||
{this.resultType, this.summary, this.outline, this.subtitle});
|
||||
AiConclusionResult({
|
||||
this.resultType,
|
||||
this.summary,
|
||||
this.outline,
|
||||
this.subtitle,
|
||||
});
|
||||
|
||||
factory AiConclusionResult.fromJson(Map<String, dynamic> json) =>
|
||||
AiConclusionResult(
|
||||
|
||||
Reference in New Issue
Block a user