@User uploaded a file:
Untitled and commented: how do i create a multiple line type property initializer for fields on a class? I know I can do
myDeducedValue = blah
, but I can’t seem to figure out how to initialize those properties in the primary constructor. any tips?