Map<String, dynamic> toJson() => { 'datein': this.datein.toString(), 'open': this.open, 'high': this.high, 'low': this.low, 'close': this.close, };