menu
fluxer_dart package
documentation
models/webhook_response.dart
WebhookResponse
WebhookResponse.fromJson factory constructor
WebhookResponse.fromJson factory constructor
dark_mode
light_mode
WebhookResponse.fromJson
constructor
WebhookResponse.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory WebhookResponse.fromJson(Map<String, Object?> json) => _$WebhookResponseFromJson(json);
fluxer_dart package
documentation
models/webhook_response
WebhookResponse
WebhookResponse.fromJson factory constructor
WebhookResponse class