isFirst property

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

This message is first in this chat. True or null.

Implementation

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