toJson method
Implementation
@override
Map<String, dynamic> toJson() {
final json = _$FluentImageToJson(this);
if (textAlign != 'left') json['textAlign'] = textAlign;
if (width != null) json['width'] = width;
if (height != null) json['height'] = height;
return json;
}