fromJson static method

RawRequestArguments fromJson(
  1. Map<String, Object?> obj
)

Implementation

static RawRequestArguments fromJson(Map<String, Object?> obj) =>
    RawRequestArguments.fromMap(obj);