ReaperNativeBean.fromJson constructor

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

Implementation

ReaperNativeBean.fromJson(Map<String, dynamic> json, this.callBack)
    : positionId = json['positionId'],
      resourceLayoutId = json['resourceLayoutId'],
      containerWidth = json['containerWidth'],
      containerHeight = json['containerHeight'],
      cornerSize = json['cornerSize'],
      uniqueKey = json['uniqueKey'];