ChildrenState.fromJson constructor

ChildrenState.fromJson(
  1. Map<String, Object?> json
)

Implementation

ChildrenState.fromJson(super.json)
    : originServerTs = DateTime.fromMillisecondsSinceEpoch(
          json['origin_server_ts'] as int),
      super.fromJson();