AlexDesinger:
Оформление конструктора ничем в этом отношении не отличается от любой другой функции:

Код AS3:
public function MyClass(mandatoryArgument:Type,
optionalNullableArgument:Type = null | compile-time constant,
optionalNotNullableArgument:Type = compile-time constant)