PulseUserCollective.fromJson constructor

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

Implementation

factory PulseUserCollective.fromJson(Map<String, dynamic> json) =
    _$PulseUserCollectiveImpl.fromJson;