ListLabel Shared Model

This commit is contained in:
Kushal Pandya 2018-03-05 18:04:59 +05:30
parent e7789ed919
commit 3005d60464

View file

@ -1,7 +1,5 @@
/* eslint-disable no-unused-vars, space-before-function-paren */
class ListLabel {
constructor (obj) {
constructor(obj) {
this.id = obj.id;
this.title = obj.title;
this.type = obj.type;