ReaperStramBean.fromJson constructor

ReaperStramBean.fromJson(
  1. Map<String, dynamic> json,
  2. Function? callBack
)

Implementation

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