Wechat.fromJson constructor

Wechat.fromJson(
  1. Object? json
)

Implementation

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