SmartWalletEvent.fromJson constructor

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

Creates a new SmartWalletEvent instance from a JSON object.

This function takes a json map and converts it into an instance of SmartWalletEvent.

Implementation

factory SmartWalletEvent.fromJson(Map<String, dynamic> json) =>
    _$SmartWalletEventFromJson(json);