OGCQueryableProperty class

A queryable non-geospatial property.

Annotations
  • @immutable

Properties

description String?
An optional human readable description.
final
hashCode int
The hash code for this object.
no setteroverride
name String
The property name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The human readable title for this property.
final
type String
The type for this property.
final

Methods

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

Operators

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