static fromMap(Map<String, dynamic> value) { DataItemRow row = DataItemRow(); row._data = value; return row; }