ContextOS.fromJson constructor

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

Implementation

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