PhoneNumberFilter class

Inheritance
Annotations
  • @immutable

Constructors

PhoneNumberFilter.new(String property, {String? equals, String? doesNotEqual, String? contains, bool? isEmpty, bool? isNotEmpty})

Properties

contains String?
final
doesNotEqual String?
final
equals String?
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool?
final
isNotEmpty bool?
final
property String
The name or ID of the property this filter applies to.
finalinherited
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
toMap() Map<String, dynamic>
Converts the filter to a map representation compatible with the Notion API.
override
toString() String
A string representation of this object.
inherited

Operators

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