effects property

  1. @JsonKey(defaultValue: [])
List<Effect> effects
final

An array of effects attached to this node.

Implementation

@JsonKey(defaultValue: [])
final List<Effect> effects;