requireAuth property Null safety

  1. @JsonKey(defaultValue: false)
bool requireAuth
final

True if this requires auth to access this media, otherwise false.

Implementation

@JsonKey(defaultValue: false)
final bool requireAuth;