code property

String? code
final

The printed Dart Video build() snippet for an AI (prompt/edit) render, or null for code/spec/key renders and before the spec has been authored.

Populated as soon as the authored spec is available (typically before the video finishes encoding), so a polling client can show the code first.

Implementation

final String? code;