$UPostgateEmbeddingRuleExtension extension

on

Properties

disableRule DisableRule
Returns this data as DisableRule.
no setter
disableRuleOrNull DisableRule?
Returns DisableRule if this data is DisableRule, otherwise null.
no setter
isDisableRule bool
Returns true if this data is DisableRule, otherwise false.
no setter
isNotDisableRule bool
Returns true if this data is not DisableRule, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
unknown Map<String, dynamic>
Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?
Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>
Returns JSON representation.