LoginFlow.fromJson constructor

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

Implementation

LoginFlow.fromJson(Map<String, Object?> json)
    : type = ((v) => v != null ? v as String : null)(json['type']);