RadarValueList class final

RadarListList

Value lists allow you to group values together which can then be referenced in rules. Related guide: [Default Stripe lists](https://stripe.com/docs/radar/lists#managing-list-items)

Implemented types

Constructors

RadarValueList({required String alias, required DateTime created, required String createdBy, required String id, required RadarValueListItemType itemType, required RadarValueListListItems listItems, required bool livemode, required Map<String, String> metadata, required String name})
RadarListList
const
RadarValueList.fromJson(Object? json)
factory

Properties

alias String
final
created DateTime
final
createdBy String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
itemType RadarValueListItemType
final
listItems RadarValueListListItems
RadarListListItemList
final
livemode bool
final
metadata Map<String, String>
final
name String
final
object String
The resource's type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encodeWith<V>(Encoder<V> encoder) → V
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

encode<V>(RadarValueList instance, Encoder<V> encoder) → V