UAccountingTimelineItem.fromJson constructor

UAccountingTimelineItem.fromJson(
  1. String str
)

Implementation

factory UAccountingTimelineItem.fromJson(String str) => UAccountingTimelineItem.fromMap(json.decode(str));