OutputContext.fromJson constructor

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

Implementation

OutputContext.fromJson(Map<String, dynamic> json) {
  context = json['context'];
  service = json['service'];
}