fromJson static method

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

Implementation

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