toJson method

Map<String, dynamic> toJson ()

Implementation

Map<String, dynamic> toJson() => {
 'id' : _messageId,
  'number': this.number,
  'message': this.message,
  'scheduled_at': this.scheduledTime.millisecondsSinceEpoch.toString()
};