toJson method

Map<String, dynamic> toJson()

Implementation

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