We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d30f89 commit 6a68369Copy full SHA for 6a68369
1 file changed
lib/src/flutter_json_view.dart
@@ -4,7 +4,7 @@ import 'package:flutter_json_view/src/theme/json_view_theme.dart';
4
5
class JsonView extends StatefulWidget {
6
/// The constructor creates a widget
7
- /// from a json string
+ /// from a json map model
8
JsonView.map(
9
Map<String, dynamic> map, {
10
Key? key,
0 commit comments