fromJson static method

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

Implementation

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