FluentJson constructor

const FluentJson({
  1. required dynamic json,
  2. List breadCrumbs = const [],
})

Implementation

const FluentJson({required this.json, this.breadCrumbs = const []});