PublishableMixin class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
PublishableMixin.new({String? description, String? descriptionMarkdown, ReadonlyArray<
DocumentationLink> ? documentationLinks, bool? remote, String? key, Future<PublishStatus> getPublishStatusAsync()?}) -
factory
Properties
- description ↔ String
-
Available on PublishableMixin, provided by the PublishableMixin$Typings extension
getter/setter pair - descriptionMarkdown ↔ String
-
Available on PublishableMixin, provided by the PublishableMixin$Typings extension
getter/setter pair -
documentationLinks
↔ ReadonlyArray<
DocumentationLink> -
Available on PublishableMixin, provided by the PublishableMixin$Typings extension
getter/setter pair -
getPublishStatusAsync
↔ Future<
PublishStatus> Function() -
Available on PublishableMixin, provided by the PublishableMixin$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
Available on PublishableMixin, provided by the PublishableMixin$Typings extension
no setter - remote → bool
-
Available on PublishableMixin, provided by the PublishableMixin$Typings extension
no setter - 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited