factory Variable.fromMap(Map<String, dynamic> map) { return Variable( id: map['id'], variable: map['variable'], value: map['value'], ); }