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 30191b2 commit 528a04dCopy full SHA for 528a04d
packages/functions_client/lib/src/types.dart
@@ -1,4 +1,3 @@
1
-// ignore_for_file: public_member_api_docs, sort_constructors_first
2
import 'dart:convert';
3
import 'dart:typed_data';
4
@@ -32,7 +31,8 @@ class FunctionException {
32
31
final dynamic details;
33
final String? reasonPhrase;
34
35
- const FunctionException({required this.status, this.details, this.reasonPhrase});
+ const FunctionException(
+ {required this.status, this.details, this.reasonPhrase});
36
37
@override
38
String toString() =>
0 commit comments