copyWith method
Implementation
OgImage copyWith({String? url, String? secureUrl}) => OgImage(
url: url ?? this.url,
secureUrl: secureUrl ?? this.secureUrl,
type: type,
width: width,
height: height,
alt: alt,
);