fromJson static method

dynamic fromJson(
  1. String widgetType,
  2. Map<String, dynamic> json
)

fromJson method

Implementation

static fromJson(String widgetType, Map<String, dynamic> json) {
  throw UnimplementedError('fromJson must be implemented in a sub class');
}