RegisterEditorRequestBody class
Constructors
- RegisterEditorRequestBody({required String firstName, required String lastName, required String email, required String username, required String password, required String societa, required String partitaiva, required String token, bool relationshipsAuth = false, bool termsAndConditions = false})
- Returns a new RegisterEditorRequestBody instance.
Properties
- email ↔ String
-
getter/setter pair
- firstName ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- lastName ↔ String
-
getter/setter pair
- partitaiva ↔ String
-
getter/setter pair
- password ↔ String
-
getter/setter pair
- relationshipsAuth ↔ bool
-
If true, editor will be able to use the relationships APIs to enable the viewers to see and manage some or alle organization devices. If false, viewers will not be able to see any device of the organization.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- societa ↔ String
-
getter/setter pair
- termsAndConditions ↔ bool
-
If true, new editors will need to login to the Logbot platform to accept the Logbot terms and conditions. If false, this step of the process will be skipped and developers can direcly show their terms and conditions in the app.
getter/setter pair
- token ↔ String
-
getter/setter pair
- username ↔ String
-
getter/setter pair
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → RegisterEditorRequestBody? -
Returns a new RegisterEditorRequestBody instance and imports its values from
valueif it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< RegisterEditorRequestBody> ? -
mapFromJson(
dynamic json) → Map< String, RegisterEditorRequestBody> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< RegisterEditorRequestBody> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.