FunctionReferenceData class

Details of functions that can be used in advanced searches.

Constructors

FunctionReferenceData({String? displayName, FunctionReferenceDataIsList? isList, List<String>? types, String? value})
FunctionReferenceData.fromJson(Map<String, Object?> json)
factory

Properties

displayName String?
The display name of the function.
final
hashCode int
The hash code for this object.
no setterinherited
isList FunctionReferenceDataIsList?
Whether the function can take a list of arguments.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types List<String>
The data types returned by the function.
final
value String?
The function identifier.
final

Methods

copyWith({String? displayName, FunctionReferenceDataIsList? isList, List<String>? types, String? value}) FunctionReferenceData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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