Map<String, dynamic> toJson() { return { 'frame': frame.toJson(), if (childFrames != null) 'childFrames': childFrames!.map((e) => e.toJson()).toList(), }; }