ExtRequest.fromJson constructor

ExtRequest.fromJson(
  1. Object? value
)

Implementation

factory ExtRequest.fromJson(Object? value) => _extRequestCodec.decode(value);