RazorpayWebhook class abstract

Annotations
  • @freezed

Constructors

RazorpayWebhook.new({required String id, required String entity, required String url, required bool secret_exists, @Default([]) List<String> context, int? disabled_at, @Default(false) bool service, int? updated_at})
const
factory
RazorpayWebhook.fromJson(Map<String, dynamic> json)
factory

Properties

context List<String>
no setterinherited
copyWith → $RazorpayWebhookCopyWith<RazorpayWebhook>
Create a copy of RazorpayWebhook with the given fields replaced by the non-null parameter values.
no setterinherited
disabled_at int?
no setterinherited
entity String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret_exists bool
no setterinherited
service bool
no setterinherited
updated_at int?
no setterinherited
url String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this RazorpayWebhook to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited