ContextLibrary.fromJson constructor

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

Implementation

factory ContextLibrary.fromJson(Map<String, dynamic> json) =>
    JSONExtendable.fromJson(
        json, _$ContextLibraryFromJson, ContextLibrary._builtInKeys);