DocumentItemConfiguration<TDocument extends DocumentItem>.fromJson constructor

DocumentItemConfiguration<TDocument extends DocumentItem>.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DocumentItemConfiguration.fromJson(Map<String, dynamic> json) =>
    throw UnimplementedError('This must be implemented by the subclass');