GooglePrivacyDlpV2Color.fromJson constructor
GooglePrivacyDlpV2Color.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2Color.fromJson(core.Map json_)
: this(
blue: (json_['blue'] as core.num?)?.toDouble(),
green: (json_['green'] as core.num?)?.toDouble(),
red: (json_['red'] as core.num?)?.toDouble(),
);