ContextApp.fromJson constructor

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

Implementation

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