PublishOptions class

Constructors

PublishOptions({bool? acknowledge, List<int>? exclude, List<String>? excludeAuthId, List<String>? excludeAuthRole, List<int>? eligible, List<String>? eligibleAuthId, List<String>? eligibleAuthRole, bool? excludeMe, bool? discloseMe, bool? retain, String? pptScheme, String? pptSerializer, String? pptCipher, String? pptKeyId})

Properties

acknowledge bool?
getter/setter pair
discloseMe bool?
getter/setter pair
eligible List<int>?
getter/setter pair
eligibleAuthId List<String>?
getter/setter pair
eligibleAuthRole List<String>?
getter/setter pair
exclude List<int>?
getter/setter pair
excludeAuthId List<String>?
getter/setter pair
excludeAuthRole List<String>?
getter/setter pair
excludeMe bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pptCipher String?
getter/setter pairinherited
pptKeyId String?
getter/setter pairinherited
pptScheme String?
getter/setter pairinherited
pptSerializer String?
getter/setter pairinherited
retain bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verify() bool
verifyPPT() bool
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited