fromJson static method

Implementation

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