Method enum
Values
- apple → const Method
-
const Method(name: 'Apple', isAdaptive: true)
- custom → const Method
-
const Method(name: 'Custom', isAdaptive: false)
- discord → const Method
-
const Method(name: 'Discord', isAdaptive: false)
- dribbble → const Method
-
const Method(name: 'Dribbble', isAdaptive: false)
- facebook → const Method
-
const Method(name: 'Facebook', isAdaptive: false)
- github → const Method
-
const Method(name: 'Github', isAdaptive: true)
- google → const Method
-
const Method(name: 'Google', isAdaptive: false)
- linkedin → const Method
-
const Method(name: 'Linkedin', isAdaptive: false)
- medium → const Method
-
const Method(name: 'Medium', isAdaptive: false)
- microsoft → const Method
-
const Method(name: 'Microsoft', isAdaptive: false)
- pinterest → const Method
-
const Method(name: 'Pinterest', isAdaptive: false)
- reddit → const Method
-
const Method(name: 'Reddit', isAdaptive: false)
- spotify → const Method
-
const Method(name: 'Spotify', isAdaptive: false)
- tiktok → const Method
-
const Method(name: 'Tiktok', isAdaptive: true)
- twitter → const Method
-
const Method(name: 'Twitter', isAdaptive: true)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isAdaptive → bool
-
final
- name → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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