fromJson method

CNode? fromJson(
  1. String widgetType,
  2. Map<String, dynamic> json,
  3. DynamicAttributes parser,
  4. ActionMapper actionMapper,
)

fromJson for each class using Reflectable

Implementation

CNode? fromJson(final String widgetType, final Map<String, dynamic> json,
        DynamicAttributes parser, ActionMapper actionMapper) =>
    manualFromJson(widgetType, json, parser, actionMapper);