We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ef4af commit e1cbfd5Copy full SHA for e1cbfd5
lib/src/models/enums/social_provider.dart
@@ -1,9 +1,7 @@
1
-// TODO: investigate if this can be a `final class` once Class Modifiers are available in Dart 3.0
2
-
3
/// The currently supported social providers.
4
///
5
-/// Depending on the platform; some social providers might be unavailable.
6
-class SocialProvider {
+/// Depending on the platform, some social providers might be unavailable.
+final class SocialProvider {
7
/// The private constructor.
8
const SocialProvider._(this.name);
9
0 commit comments