RecipientSmsAuthenticationModel.fromJson constructor

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

Implementation

RecipientSmsAuthenticationModel.fromJson(Map<String, dynamic> json)
    : senderProvidedNumbers = json['senderProvidedNumbers'];