InvitationLocalization class abstract

Translations for InvitationDialog

Constructors

InvitationLocalization()
Const Constructor
const

Properties

actionCancel String
Label for cancel Button
no setter
actionSend String
Label for send button
no setter
hashCode int
The hash code for this object.
no setterinherited
hintEmail String
Hint for the Email Input
no setter
message String
A description message in the dialog
no setter
nonValidEmail String
Message when the Entered Email is not a valid email address
no setter
roleAdmin String
Label for Admin Role
no setter
roleDescriptionAdmin String
Description for Admin Role
no setter
roleDescriptionReader String
Description for Reader Role
no setter
roleDescriptionWriter String
Description for Writer Role
no setter
roleReader String
Label for Reader Role
no setter
roleWriter String
Label for Writer Role
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

inviteSend(String email) String
A message that will be displayed in a SnackBar after an invite was send email is the email that was invited. It will be formatted bold
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
title(String spaceName) String
A Title for the dialog that will be called with spaceName which is the Name of the Space that shoul;d be shared spaceName will be colored in the theme's primary color
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited