Red$Response constructor

const Red$Response({
  1. int? red,
})

Implementation

const Red$Response({
  this.red,
});