PaymentChannelGroup.fromJson constructor

PaymentChannelGroup.fromJson(
  1. String str
)

Implementation

factory PaymentChannelGroup.fromJson(String str) => PaymentChannelGroup.fromMap(json.decode(str));