DynamicData class

Constructors

DynamicData(String title, {String? subTitle, String? trailing, String? leading})
DynamicData.from(Map<String, dynamic> data)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
leading String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTitle String?
final
title String
final
trailing String?
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

Static Methods

parseDynamicData(List element) List<DynamicData>