currentCommon property

Map currentCommon

Current common in current json selected

Implementation

Map<dynamic, dynamic> get currentCommon =>
    commonRoute != null ? currentValue[commonRoute] : [];