EmailBlock constructor
EmailBlock({
- required EmailBlockType type,
- required String content,
- String? url,
- Map<
String, dynamic> ? styles,
Implementation
EmailBlock({
required this.type,
required this.content,
this.url,
this.styles,
});