Add null-safety for list props with type dynamic
This commit is contained in:
@@ -21,5 +21,5 @@ class GetQuotasFailure extends FeatureFailure {
|
||||
GetQuotasFailure(this.exception);
|
||||
|
||||
@override
|
||||
List<Object> get props => [exception];
|
||||
List<Object?> get props => [exception];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user