LoginFlow constructor

LoginFlow({
  1. bool? getLoginToken,
  2. required String type,
  3. Map<String, Object?> additionalProperties = const {},
})

Implementation

LoginFlow({
  this.getLoginToken,
  required this.type,
  this.additionalProperties = const {},
});