refactoring
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class ReceivedIntentParameter {
|
||||
final String? content;
|
||||
final String? tool;
|
||||
|
||||
ReceivedIntentParameter(this.content, this.tool);
|
||||
}
|
||||
Reference in New Issue
Block a user