Skip to content

Commit

Permalink
final class
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Apr 9, 2024
1 parent c42cf7f commit 20455a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/google_generative_ai/lib/src/model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum Task {
batchEmbedContents;
}

class RequestOptions {
final class RequestOptions {
final String? apiVersion;
const RequestOptions({this.apiVersion});
}
Expand Down

0 comments on commit 20455a2

Please sign in to comment.