WebhookSchemaInfo constructor

const WebhookSchemaInfo({
  1. String? id,
  2. required String name,
})

Implementation

const WebhookSchemaInfo({this.id, required this.name});