Field class

Constructors

Field({String? title, String? value, bool? short})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
short bool?
Indicates whether the field object is short enough to be displayed side-by-side with other field objects. Defaults to false.
final
title String?
Shown as a bold heading displayed in the field object.
final
value String?
The text value displayed in the field object.
final

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