SelectionModel.fromJson constructor
SelectionModel.fromJson extension method to get selection model from json
Implementation
SelectionModel.fromJson(Map<String, dynamic> json) {
index = json['index'];
length = json['length'];
}
SelectionModel.fromJson extension method to get selection model from json
SelectionModel.fromJson(Map<String, dynamic> json) {
index = json['index'];
length = json['length'];
}