EntityCountUpdate.fromJson constructor

EntityCountUpdate.fromJson(
  1. Map<String, dynamic> json
)

Implementation

EntityCountUpdate.fromJson(Map<String, dynamic> json)
    : count = json['count'],
      super.fromJson(json);