ReaperStramBean.fromJson constructor
Implementation
ReaperStramBean.fromJson(Map<String, dynamic> json, this.callBack)
: positionId = json['positionId'],
width = json['width'],
height = json['height'],
uniqueKey = json['uniqueKey'];