isPrivate property

  1. @JsonKey.new(name: 'is_private')
bool get isPrivate
inherited

Implementation

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