BlockStep

constructor(    allowDependencyFailure: Boolean? = null,     block: String? = null,     blockedState: BlockedState? = null,     branches: SimpleStringValue? = null,     dependsOn: DependsOn? = null,     fields: List<FieldElement>? = null,     id: String? = null,     identifier: String? = null,     blockStepIf: String? = null,     key: String? = null,     label: String? = null,     name: String? = null,     prompt: String? = null,     type: BlockType? = null)(source)