EventChild.fromJson constructor

EventChild.fromJson(
  1. Map json_
)

Implementation

EventChild.fromJson(core.Map json_)
  : this(
      childId: json_['childId'] as core.String?,
      kind: json_['kind'] as core.String?,
    );