mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
Some linting_tool updates and cleanup (#1279)
This commit is contained in:
@@ -41,5 +41,5 @@ class Rule extends Equatable {
|
||||
Map<String, dynamic> toJson() => _$RuleToJson(this);
|
||||
|
||||
@override
|
||||
List<Object?> get props => [name];
|
||||
List<Object> get props => [name];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user