GooglePrivacyDlpV2Color constructor

GooglePrivacyDlpV2Color({
  1. double? blue,
  2. double? green,
  3. double? red,
})

Implementation

GooglePrivacyDlpV2Color({this.blue, this.green, this.red});