FluentJson constructor
const
FluentJson({
- required dynamic json,
- List breadCrumbs = const [],
Implementation
const FluentJson({required this.json, this.breadCrumbs = const []});