CurrentDateTime$Response constructor

const CurrentDateTime$Response({
  1. String? currentDateTime,
})

Implementation

const CurrentDateTime$Response({
  this.currentDateTime,
});