fromJson static method

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

Implementation

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