LayoutConfiguration<T extends ContentItem>.fromJson constructor

LayoutConfiguration<T extends ContentItem>.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory LayoutConfiguration.fromJson(Map<String, dynamic> json) =>
    throw Exception('Must be implemented in subclass');