Context.fromJson constructor

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

Implementation

Context.fromJson(Map<String, dynamic> json) {
  slot = json['slot'];
}