afk property

  1. @JsonKey(name: 'afk')
bool? afk
inherited

Away from keyboard.

Implementation

@JsonKey(name: 'afk')
bool? get afk => throw _privateConstructorUsedError;