deepCopy method Null safety
Implementation
AdBadgeConfiguration deepCopy() => AdBadgeConfiguration(
badgeTextType: badgeTextType,
backgroundColor: backgroundColor,
textColor: textColor,
androidFontInfo: androidFontInfo?.deepCopy(),
);