AuthNextUpdateAttributeStep.fromJson constructor

AuthNextUpdateAttributeStep.fromJson(
  1. Map<String, Object?> json
)

This wraps all the details around the next step in the user attribute update process.

It contains updateAttributeStep to denote the step and supplements it with optional additional details.

Implementation

factory AuthNextUpdateAttributeStep.fromJson(Map<String, Object?> json) =>
    _$AuthNextUpdateAttributeStepFromJson(json);