cdrs_model library

Classes

CdrModel
CDR = CallDetailRecord model (contains attributes of recent call, serializes them to/from json)
CdrsModel
CDRs list model (contains list of recent calls, methods for managing them)

Typedefs

SaveChangesCallback = void Function(String jsonStr)
Model invokes this callback when has changes which should be saved by the app