fromJson method

  1. @override
PlanGenerationBuilder fromJson(
  1. Map<String, dynamic> json
)
override

Instanciates from JSON

Implementation

@override
PlanGenerationBuilder fromJson(core.Map<String, dynamic> json) =>
    PlanGenerationBuilder.fromJson(json);