fromJson static method

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

Implementation

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