ContextNetwork.fromJson constructor

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

Implementation

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