Input$WidgetIntegrationLoginInput class
Constructors
- Input$WidgetIntegrationLoginInput({String? url, bool? enable, Input$EnableableFieldInput? terms, Input$EnableableFieldInput? privacy, Input$EnableableFieldInput? app, Input$EnableableFieldInput? qr, Input$EnableableFieldInput? apple, Input$EnableableFieldInput? google, Input$EnableableFieldInput? facebook, Input$ApiInput? api})
-
factory
-
Input$WidgetIntegrationLoginInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- api → Input$ApiInput?
-
no setter
- app → Input$EnableableFieldInput?
-
no setter
- apple → Input$EnableableFieldInput?
-
no setter
-
copyWith
→ CopyWith$Input$WidgetIntegrationLoginInput<
Input$WidgetIntegrationLoginInput> -
no setter
- enable → bool?
-
no setter
- facebook → Input$EnableableFieldInput?
-
no setter
- google → Input$EnableableFieldInput?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- privacy → Input$EnableableFieldInput?
-
no setter
- qr → Input$EnableableFieldInput?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terms → Input$EnableableFieldInput?
-
no setter
- url → String?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override