MLCustomizedViewSetting.fromJson constructor

MLCustomizedViewSetting.fromJson(
  1. String str
)

Implementation

factory MLCustomizedViewSetting.fromJson(String str) {
  return MLCustomizedViewSetting.fromMap(json.decode(str));
}