toJson method

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

Convert the ImagenReferenceConfig content to json format.

Implementation

@override
Map<String, Object?> toJson() => {
      'styleImageConfig': {
        if (description != null) 'styleDescription': description,
      },
    };