Integrations.fromJson constructor

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

Implementation

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