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