Context.fromRawJson constructor

Context.fromRawJson(
  1. String str
)

Implementation

factory Context.fromRawJson(String str) => Context.fromJson(json.decode(str));