mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
unnecessary_override (#9540)
This commit is contained in:
parent
ad496e142b
commit
26c7411d66
@ -210,9 +210,6 @@ class GetText extends CommandWithTarget {
|
||||
|
||||
/// Deserializes the command from JSON generated by [serialize].
|
||||
GetText.deserialize(Map<String, dynamic> json) : super.deserialize(json);
|
||||
|
||||
@override
|
||||
Map<String, String> serialize() => super.serialize();
|
||||
}
|
||||
|
||||
/// The result of the [GetText] command.
|
||||
|
@ -15,9 +15,6 @@ class Tap extends CommandWithTarget {
|
||||
|
||||
/// Deserializes this command from JSON generated by [serialize].
|
||||
Tap.deserialize(Map<String, String> json) : super.deserialize(json);
|
||||
|
||||
@override
|
||||
Map<String, String> serialize() => super.serialize();
|
||||
}
|
||||
|
||||
/// The result of a [Tap] command.
|
||||
|
Loading…
Reference in New Issue
Block a user