CardElementOptions class abstract

Available extensions
Annotations
  • @freezed

Constructors

CardElementOptions({CardElementClasses? classes, dynamic style, String? value, bool? hidePostalCode, CardElementIconStyle? iconStyle, bool? hideIcon, bool? disabled})
const
factory
CardElementOptions.fromJson(Map<String, dynamic> json)
factory

Properties

classes CardElementClasses?
Set custom class names on the container DOM element when the Stripe element is in a particular state.
no setterinherited
copyWith → $CardElementOptionsCopyWith<CardElementOptions>
Create a copy of CardElementOptions with the given fields replaced by the non-null parameter values.
no setterinherited
disabled bool?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hideIcon bool?
no setterinherited
hidePostalCode bool?
no setterinherited
iconStyle CardElementIconStyle?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style → dynamic
no setterinherited
value String?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_CardElementOptions value)) → TResult

Available on CardElementOptions, provided by the CardElementOptionsPatterns extension

A switch-like method, using callbacks.
mapOrNull<TResult extends Object?>(TResult? $default(_CardElementOptions value)?) → TResult?

Available on CardElementOptions, provided by the CardElementOptionsPatterns extension

A variant of map that fallback to returning null.
maybeMap<TResult extends Object?>(TResult $default(_CardElementOptions value)?, {required TResult orElse()}) → TResult

Available on CardElementOptions, provided by the CardElementOptionsPatterns extension

A variant of map that fallback to returning orElse.
maybeWhen<TResult extends Object?>(TResult $default(CardElementClasses? classes, dynamic style, String? value, bool? hidePostalCode, CardElementIconStyle? iconStyle, bool? hideIcon, bool? disabled)?, {required TResult orElse()}) → TResult

Available on CardElementOptions, provided by the CardElementOptionsPatterns extension

A variant of when that fallback to an orElse callback.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this CardElementOptions to a JSON map.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>(TResult $default(CardElementClasses? classes, dynamic style, String? value, bool? hidePostalCode, CardElementIconStyle? iconStyle, bool? hideIcon, bool? disabled)) → TResult

Available on CardElementOptions, provided by the CardElementOptionsPatterns extension

A switch-like method, using callbacks.
whenOrNull<TResult extends Object?>(TResult? $default(CardElementClasses? classes, dynamic style, String? value, bool? hidePostalCode, CardElementIconStyle? iconStyle, bool? hideIcon, bool? disabled)?) → TResult?

Available on CardElementOptions, provided by the CardElementOptionsPatterns extension

A variant of when that fallback to returning null

Operators

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