LaunchStage.fromJson constructor

LaunchStage.fromJson(
  1. Object? json
)

Implementation

factory LaunchStage.fromJson(Object? json) => LaunchStage(json as String);