dice property

  1. @JsonKey(name: 'dice')
Dice? get dice
inherited

Optional. Message is a dice with random value

Implementation

@JsonKey(name: 'dice')
Dice? get dice;