ReaperNativeAndroidBean.fromJson constructor
Implementation
ReaperNativeAndroidBean.fromJson(Map<String, dynamic> json)
: resourceLayoutId = json['resourceLayoutId'],
containerWidth = json['containerWidth'],
containerHeight = json['containerHeight'],
cornerSize = json['cornerSize'],
super.fromJson(json, null);