ContentModifierConfiguration.fromJson constructor

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

Implementation

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