withInitializer method Null safety

void withInitializer(
  1. Expression body,
  2. {List<Code>? supportingDeclarations}
)

Implement this as a normal field and supply an initializer.

Implementation

void withInitializer(Expression body, {List<Code>? supportingDeclarations});