isPrivate property

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

Indicates if the List is private.

Implementation

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