Wireguard.fromJson constructor

Wireguard.fromJson(
  1. Object? json
)

Implementation

factory Wireguard.fromJson(Object? json) {
  asJsonMap(json, 'wireguard settings');
  return const Wireguard();
}