ContextScreen.fromJson constructor

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

Implementation

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