GoogleFirebaseExtensionsV1betaAuthor class
Representation of contact information associated with a human being or organization.
Used to represent the author or creator of the Extension.
Constructors
- GoogleFirebaseExtensionsV1betaAuthor({String? authorName, String? email, String? url})
- GoogleFirebaseExtensionsV1betaAuthor.fromJson(Map _json)
Properties
-
Name of the author.
getter/setter pair
- email ↔ String?
-
Public email of the author.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String?
-
URL for GitHub, Twitter, or website associated with the author.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited