RadarValueListItem class final
RadarListListItem
Value list items allow you to add specific values to a given Radar value list, which can then be used in rules. Related guide: [Managing list items](https://stripe.com/docs/radar/lists#managing-list-items)
- Implemented types
Constructors
- RadarValueListItem({required DateTime created, required String createdBy, required String id, required bool livemode, required String value, required String valueList})
- 
          RadarListListItem
            const
- RadarValueListItem.fromJson(Object? json)
- 
          
            factory
Properties
- created → DateTime
- 
  
  final
- createdBy → String
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id → String
- 
  
  final
- livemode → bool
- 
  
  final
- object → String
- 
  The resource's type.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- value → String
- 
  
  final
- valueList → String
- 
  
  final
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> (RadarValueListItem instance, Encoder< V> encoder) → V