GooglePayButtonType enum

Button type

Inheritance

Constructors

GooglePayButtonType()
const

Values

book → const GooglePayButtonType

Book with Google Pay

buy → const GooglePayButtonType

Buy with Google Pay

checkout → const GooglePayButtonType

Checkout with Google Pay

Donate with Google Pay

order → const GooglePayButtonType

Order with Google Pay

pay → const GooglePayButtonType

Pay with Google Pay

plain → const GooglePayButtonType

Google Pay logo

subscribe → const GooglePayButtonType

Subscribe with Google Pay

view → const GooglePayButtonType

View in Google Pay

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<GooglePayButtonType>
A constant List of the values in this enum, in order of their declaration.