CallKitParams class

Object config for General.

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

CallKitParams({required String id, String? nameCaller, String? appName, String? avatar, String? handle, int? type, int? duration, bool isAccepted = false, NotificationParams? missedCallNotification, NotificationParams? callingNotification, Map<String, dynamic>? extra, Map<String, dynamic>? headers, AndroidParams? android, IOSParams? ios})
const
CallKitParams.fromJson(Map<String, dynamic> json)
factory

Properties

android → AndroidParams?
final
appName → String?
final
avatar → String?
final
callingNotification → NotificationParams?
final
duration → int?
final
extra → Map<String, dynamic>?
final
handle → String?
final
hashCode → int
The hash code for this object.
no setterinherited
headers → Map<String, dynamic>?
final
id → String
final
ios → IOSParams?
final
isAccepted → bool
final
missedCallNotification → NotificationParams?
final
nameCaller → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → int?
final

Methods

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

Operators

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