toJson method

  1. @override
Map<String, dynamic> toJson()
override

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;
}