Commit d0aeb95 1 parent b9d97ee commit d0aeb95 Copy full SHA for d0aeb95
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ final class Event {
854
854
///
855
855
/// This base type can be used as a parameter in any event constructor that
856
856
/// allows custom metrics to be added by a unified_analytics client.
857
- abstract class CustomMetrics {
857
+ abstract base class CustomMetrics {
858
858
/// Converts the custom metrics data to a [Map] object.
859
859
///
860
860
/// This must be a JSON encodable [Map] .
Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ void main() {
689
689
});
690
690
}
691
691
692
- class _TestMetrics extends CustomMetrics {
692
+ final class _TestMetrics extends CustomMetrics {
693
693
_TestMetrics ({
694
694
required this .stringField,
695
695
required this .nullableField,
You can’t perform that action at this time.
0 commit comments