fromJson static method

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

Implementation

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