RecurringInfo.fromJson constructor

RecurringInfo.fromJson(
  1. String str
)

Implementation

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