PaymentChannel.fromJson constructor

PaymentChannel.fromJson(
  1. String str
)

Implementation

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