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