$FeedField class

Used by:

  • dfareporting:v4 : FeedField
  • dfareporting:v5 : FeedField

Constructors

$FeedField({String? defaultValue, bool? filterable, int? id, String? name, bool? renderable, bool? required, String? type})
$FeedField.fromJson(Map json_)

Properties

defaultValue ↔ String?
The default value of the field.
getter/setter pair
filterable ↔ bool?
Whether the field is filterable.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ int?
The ID of the field.
getter/setter pair
name ↔ String?
The name of the field.
getter/setter pair
renderable ↔ bool?
Whether the field is able to display.
getter/setter pair
required ↔ bool?
Whether the field is required and should not be empty in the feed.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type ↔ String?
The type of the field.
getter/setter pair

Methods

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

Operators

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