@@ -2459,7 +2459,7 @@ String renderLibrary(_i1.LibraryTemplateData context0) {
2459
2459
if (context9 != null ) {
2460
2460
for (var context10 in context9) {
2461
2461
buffer.writeln ();
2462
- buffer.write (_renderLibrary_partial_mixin_6 (
2462
+ buffer.write (_renderLibrary_partial_container_5 (
2463
2463
context10, context8, context7, context0));
2464
2464
buffer.writeln ();
2465
2465
}
@@ -2481,7 +2481,7 @@ String renderLibrary(_i1.LibraryTemplateData context0) {
2481
2481
if (context13 != null ) {
2482
2482
for (var context14 in context13) {
2483
2483
buffer.writeln ();
2484
- buffer.write (_renderLibrary_partial_extension_7 (
2484
+ buffer.write (_renderLibrary_partial_extension_6 (
2485
2485
context14, context12, context11, context0));
2486
2486
buffer.writeln ();
2487
2487
}
@@ -2503,7 +2503,7 @@ String renderLibrary(_i1.LibraryTemplateData context0) {
2503
2503
if (context17 != null ) {
2504
2504
for (var context18 in context17) {
2505
2505
buffer.writeln ();
2506
- buffer.write (_renderLibrary_partial_constant_8 (
2506
+ buffer.write (_renderLibrary_partial_constant_7 (
2507
2507
context18, context16, context15, context0));
2508
2508
buffer.writeln ();
2509
2509
}
@@ -2525,7 +2525,7 @@ String renderLibrary(_i1.LibraryTemplateData context0) {
2525
2525
if (context21 != null ) {
2526
2526
for (var context22 in context21) {
2527
2527
buffer.writeln ();
2528
- buffer.write (_renderLibrary_partial_property_9 (
2528
+ buffer.write (_renderLibrary_partial_property_8 (
2529
2529
context22, context20, context19, context0));
2530
2530
buffer.writeln ();
2531
2531
}
@@ -2547,7 +2547,7 @@ String renderLibrary(_i1.LibraryTemplateData context0) {
2547
2547
if (context25 != null ) {
2548
2548
for (var context26 in context25) {
2549
2549
buffer.writeln ();
2550
- buffer.write (_renderLibrary_partial_callable_10 (
2550
+ buffer.write (_renderLibrary_partial_callable_9 (
2551
2551
context26, context24, context23, context0));
2552
2552
buffer.writeln ();
2553
2553
}
@@ -2591,7 +2591,7 @@ String renderLibrary(_i1.LibraryTemplateData context0) {
2591
2591
if (context33 != null ) {
2592
2592
for (var context34 in context33) {
2593
2593
buffer.writeln ();
2594
- buffer.write (_renderLibrary_partial_typedef_11 (
2594
+ buffer.write (_renderLibrary_partial_typedef_10 (
2595
2595
context34, context32, context31, context0));
2596
2596
buffer.writeln ();
2597
2597
}
@@ -2622,7 +2622,7 @@ String renderLibrary(_i1.LibraryTemplateData context0) {
2622
2622
}
2623
2623
}
2624
2624
buffer.write ('\n\n ' );
2625
- buffer.write (_renderLibrary_partial_footer_12 (context0));
2625
+ buffer.write (_renderLibrary_partial_footer_11 (context0));
2626
2626
buffer.writeln ();
2627
2627
2628
2628
return buffer.toString ();
@@ -2744,48 +2744,7 @@ Categories:''');
2744
2744
return buffer.toString ();
2745
2745
}
2746
2746
2747
- String _renderLibrary_partial_mixin_6 (_i16.Mixin context3, _i3.Library context2,
2748
- _i3.Library context1, _i1.LibraryTemplateData context0) {
2749
- final buffer = StringBuffer ();
2750
- buffer.write ('''##### ''' );
2751
- buffer.write (context3.linkedName.toString ());
2752
- buffer.write (context3.linkedGenericParameters.toString ());
2753
- buffer.writeln ();
2754
- buffer.write (__renderLibrary_partial_mixin_6_partial_categorization_0 (
2755
- context3, context2, context1, context0));
2756
- buffer.write ('\n\n ' );
2757
- buffer.write (context3.oneLineDoc.toString ());
2758
- buffer.write (' ' );
2759
- buffer.write (context3.extendedDocLink.toString ());
2760
- buffer.writeln ();
2761
-
2762
- return buffer.toString ();
2763
- }
2764
-
2765
- String __renderLibrary_partial_mixin_6_partial_categorization_0 (
2766
- _i16.Mixin context3,
2767
- _i3.Library context2,
2768
- _i3.Library context1,
2769
- _i1.LibraryTemplateData context0) {
2770
- final buffer = StringBuffer ();
2771
- if (context3.hasCategoryNames == true ) {
2772
- buffer.writeln ();
2773
- buffer.write ('''
2774
- Categories:''' );
2775
- var context4 = context3.displayedCategories;
2776
- if (context4 != null ) {
2777
- for (var context5 in context4) {
2778
- buffer.writeln ();
2779
- buffer.write (context5.categoryLabel.toString ());
2780
- }
2781
- }
2782
- }
2783
- buffer.writeln ();
2784
-
2785
- return buffer.toString ();
2786
- }
2787
-
2788
- String _renderLibrary_partial_extension_7 (
2747
+ String _renderLibrary_partial_extension_6 (
2789
2748
_i13.Extension context3,
2790
2749
_i3.Library context2,
2791
2750
_i3.Library context1,
@@ -2794,7 +2753,7 @@ String _renderLibrary_partial_extension_7(
2794
2753
buffer.write ('''##### ''' );
2795
2754
buffer.write (context3.linkedName.toString ());
2796
2755
buffer.writeln ();
2797
- buffer.write (__renderLibrary_partial_extension_7_partial_categorization_0 (
2756
+ buffer.write (__renderLibrary_partial_extension_6_partial_categorization_0 (
2798
2757
context3, context2, context1, context0));
2799
2758
buffer.write ('\n\n ' );
2800
2759
buffer.write (context3.oneLineDoc.toString ());
@@ -2805,7 +2764,7 @@ String _renderLibrary_partial_extension_7(
2805
2764
return buffer.toString ();
2806
2765
}
2807
2766
2808
- String __renderLibrary_partial_extension_7_partial_categorization_0 (
2767
+ String __renderLibrary_partial_extension_6_partial_categorization_0 (
2809
2768
_i13.Extension context3,
2810
2769
_i3.Library context2,
2811
2770
_i3.Library context1,
@@ -2828,7 +2787,7 @@ Categories:''');
2828
2787
return buffer.toString ();
2829
2788
}
2830
2789
2831
- String _renderLibrary_partial_constant_8 (
2790
+ String _renderLibrary_partial_constant_7 (
2832
2791
_i5.TopLevelVariable context3,
2833
2792
_i3.Library context2,
2834
2793
_i3.Library context1,
@@ -2839,22 +2798,22 @@ String _renderLibrary_partial_constant_8(
2839
2798
buffer.write (''' const ''' );
2840
2799
buffer.write (context3.modelType.linkedName.toString ());
2841
2800
buffer.writeln ();
2842
- buffer.write (__renderLibrary_partial_constant_8_partial_categorization_0 (
2801
+ buffer.write (__renderLibrary_partial_constant_7_partial_categorization_0 (
2843
2802
context3, context2, context1, context0));
2844
2803
buffer.write ('\n\n ' );
2845
2804
buffer.write (context3.oneLineDoc.toString ());
2846
2805
buffer.write (' ' );
2847
2806
buffer.write (context3.extendedDocLink.toString ());
2848
2807
buffer.write (' ' );
2849
2808
buffer.writeln ();
2850
- buffer.write (__renderLibrary_partial_constant_8_partial_features_1 (
2809
+ buffer.write (__renderLibrary_partial_constant_7_partial_features_1 (
2851
2810
context3, context2, context1, context0));
2852
2811
buffer.writeln ();
2853
2812
2854
2813
return buffer.toString ();
2855
2814
}
2856
2815
2857
- String __renderLibrary_partial_constant_8_partial_categorization_0 (
2816
+ String __renderLibrary_partial_constant_7_partial_categorization_0 (
2858
2817
_i5.TopLevelVariable context3,
2859
2818
_i3.Library context2,
2860
2819
_i3.Library context1,
@@ -2877,7 +2836,7 @@ Categories:''');
2877
2836
return buffer.toString ();
2878
2837
}
2879
2838
2880
- String __renderLibrary_partial_constant_8_partial_features_1 (
2839
+ String __renderLibrary_partial_constant_7_partial_features_1 (
2881
2840
_i5.TopLevelVariable context3,
2882
2841
_i3.Library context2,
2883
2842
_i3.Library context1,
@@ -2893,7 +2852,7 @@ String __renderLibrary_partial_constant_8_partial_features_1(
2893
2852
return buffer.toString ();
2894
2853
}
2895
2854
2896
- String _renderLibrary_partial_property_9 (
2855
+ String _renderLibrary_partial_property_8 (
2897
2856
_i5.TopLevelVariable context3,
2898
2857
_i3.Library context2,
2899
2858
_i3.Library context1,
@@ -2906,22 +2865,22 @@ String _renderLibrary_partial_property_9(
2906
2865
buffer.write (' ' );
2907
2866
buffer.write (context3.modelType.linkedName.toString ());
2908
2867
buffer.writeln ();
2909
- buffer.write (__renderLibrary_partial_property_9_partial_categorization_0 (
2868
+ buffer.write (__renderLibrary_partial_property_8_partial_categorization_0 (
2910
2869
context3, context2, context1, context0));
2911
2870
buffer.write ('\n\n ' );
2912
2871
buffer.write (context3.oneLineDoc.toString ());
2913
2872
buffer.write (' ' );
2914
2873
buffer.write (context3.extendedDocLink.toString ());
2915
2874
buffer.write (' ' );
2916
2875
buffer.writeln ();
2917
- buffer.write (__renderLibrary_partial_property_9_partial_features_1 (
2876
+ buffer.write (__renderLibrary_partial_property_8_partial_features_1 (
2918
2877
context3, context2, context1, context0));
2919
2878
buffer.writeln ();
2920
2879
2921
2880
return buffer.toString ();
2922
2881
}
2923
2882
2924
- String __renderLibrary_partial_property_9_partial_categorization_0 (
2883
+ String __renderLibrary_partial_property_8_partial_categorization_0 (
2925
2884
_i5.TopLevelVariable context3,
2926
2885
_i3.Library context2,
2927
2886
_i3.Library context1,
@@ -2944,7 +2903,7 @@ Categories:''');
2944
2903
return buffer.toString ();
2945
2904
}
2946
2905
2947
- String __renderLibrary_partial_property_9_partial_features_1 (
2906
+ String __renderLibrary_partial_property_8_partial_features_1 (
2948
2907
_i5.TopLevelVariable context3,
2949
2908
_i3.Library context2,
2950
2909
_i3.Library context1,
@@ -2960,7 +2919,7 @@ String __renderLibrary_partial_property_9_partial_features_1(
2960
2919
return buffer.toString ();
2961
2920
}
2962
2921
2963
- String _renderLibrary_partial_callable_10 (
2922
+ String _renderLibrary_partial_callable_9 (
2964
2923
_i6.ModelFunctionTyped context3,
2965
2924
_i3.Library context2,
2966
2925
_i3.Library context1,
@@ -2974,22 +2933,22 @@ String _renderLibrary_partial_callable_10(
2974
2933
buffer.write (''') ''' );
2975
2934
buffer.write (context3.modelType.returnType.linkedName.toString ());
2976
2935
buffer.writeln ();
2977
- buffer.write (__renderLibrary_partial_callable_10_partial_categorization_0 (
2936
+ buffer.write (__renderLibrary_partial_callable_9_partial_categorization_0 (
2978
2937
context3, context2, context1, context0));
2979
2938
buffer.write ('\n\n ' );
2980
2939
buffer.write (context3.oneLineDoc.toString ());
2981
2940
buffer.write (' ' );
2982
2941
buffer.write (context3.extendedDocLink.toString ());
2983
2942
buffer.write (' ' );
2984
2943
buffer.writeln ();
2985
- buffer.write (__renderLibrary_partial_callable_10_partial_features_1 (
2944
+ buffer.write (__renderLibrary_partial_callable_9_partial_features_1 (
2986
2945
context3, context2, context1, context0));
2987
2946
buffer.writeln ();
2988
2947
2989
2948
return buffer.toString ();
2990
2949
}
2991
2950
2992
- String __renderLibrary_partial_callable_10_partial_categorization_0 (
2951
+ String __renderLibrary_partial_callable_9_partial_categorization_0 (
2993
2952
_i6.ModelFunctionTyped context3,
2994
2953
_i3.Library context2,
2995
2954
_i3.Library context1,
@@ -3012,7 +2971,7 @@ Categories:''');
3012
2971
return buffer.toString ();
3013
2972
}
3014
2973
3015
- String __renderLibrary_partial_callable_10_partial_features_1 (
2974
+ String __renderLibrary_partial_callable_9_partial_features_1 (
3016
2975
_i6.ModelFunctionTyped context3,
3017
2976
_i3.Library context2,
3018
2977
_i3.Library context1,
@@ -3028,7 +2987,7 @@ String __renderLibrary_partial_callable_10_partial_features_1(
3028
2987
return buffer.toString ();
3029
2988
}
3030
2989
3031
- String _renderLibrary_partial_typedef_11 (
2990
+ String _renderLibrary_partial_typedef_10 (
3032
2991
_i7.Typedef context3,
3033
2992
_i3.Library context2,
3034
2993
_i3.Library context1,
@@ -3045,29 +3004,29 @@ String _renderLibrary_partial_typedef_11(
3045
3004
buffer.write (''' = ''' );
3046
3005
buffer.write (context4.modelType.linkedName.toString ());
3047
3006
buffer.write ('\n ' );
3048
- buffer.write (__renderLibrary_partial_typedef_11_partial_categorization_0 (
3007
+ buffer.write (__renderLibrary_partial_typedef_10_partial_categorization_0 (
3049
3008
context4, context3, context2, context1, context0));
3050
3009
buffer.write ('\n\n ' );
3051
3010
buffer.write (context4.oneLineDoc.toString ());
3052
3011
buffer.write (' ' );
3053
3012
buffer.write (context4.extendedDocLink.toString ());
3054
3013
buffer.write (' ' );
3055
3014
buffer.write ('\n ' );
3056
- buffer.write (__renderLibrary_partial_typedef_11_partial_features_1 (
3015
+ buffer.write (__renderLibrary_partial_typedef_10_partial_features_1 (
3057
3016
context4, context3, context2, context1, context0));
3058
3017
}
3059
3018
}
3060
3019
if (context3.isCallable != true ) {
3061
3020
buffer.write ('\n ' );
3062
- buffer.write (__renderLibrary_partial_typedef_11_partial_type_2 (
3021
+ buffer.write (__renderLibrary_partial_typedef_10_partial_type_2 (
3063
3022
context3, context2, context1, context0));
3064
3023
}
3065
3024
buffer.writeln ();
3066
3025
3067
3026
return buffer.toString ();
3068
3027
}
3069
3028
3070
- String __renderLibrary_partial_typedef_11_partial_categorization_0 (
3029
+ String __renderLibrary_partial_typedef_10_partial_categorization_0 (
3071
3030
_i7.FunctionTypedef context4,
3072
3031
_i7.Typedef context3,
3073
3032
_i3.Library context2,
@@ -3091,7 +3050,7 @@ Categories:''');
3091
3050
return buffer.toString ();
3092
3051
}
3093
3052
3094
- String __renderLibrary_partial_typedef_11_partial_features_1 (
3053
+ String __renderLibrary_partial_typedef_10_partial_features_1 (
3095
3054
_i7.FunctionTypedef context4,
3096
3055
_i7.Typedef context3,
3097
3056
_i3.Library context2,
@@ -3108,7 +3067,7 @@ String __renderLibrary_partial_typedef_11_partial_features_1(
3108
3067
return buffer.toString ();
3109
3068
}
3110
3069
3111
- String __renderLibrary_partial_typedef_11_partial_type_2 (
3070
+ String __renderLibrary_partial_typedef_10_partial_type_2 (
3112
3071
_i7.Typedef context3,
3113
3072
_i3.Library context2,
3114
3073
_i3.Library context1,
@@ -3121,7 +3080,7 @@ String __renderLibrary_partial_typedef_11_partial_type_2(
3121
3080
buffer.write (context3.modelType.linkedName.toString ());
3122
3081
buffer.writeln ();
3123
3082
buffer.write (
3124
- ___renderLibrary_partial_typedef_11_partial_type_2_partial_categorization_0 (
3083
+ ___renderLibrary_partial_typedef_10_partial_type_2_partial_categorization_0 (
3125
3084
context3, context2, context1, context0));
3126
3085
buffer.write ('\n\n ' );
3127
3086
buffer.write (context3.oneLineDoc.toString ());
@@ -3130,15 +3089,15 @@ String __renderLibrary_partial_typedef_11_partial_type_2(
3130
3089
buffer.write (' ' );
3131
3090
buffer.writeln ();
3132
3091
buffer.write (
3133
- ___renderLibrary_partial_typedef_11_partial_type_2_partial_features_1 (
3092
+ ___renderLibrary_partial_typedef_10_partial_type_2_partial_features_1 (
3134
3093
context3, context2, context1, context0));
3135
3094
buffer.writeln ();
3136
3095
3137
3096
return buffer.toString ();
3138
3097
}
3139
3098
3140
3099
String
3141
- ___renderLibrary_partial_typedef_11_partial_type_2_partial_categorization_0 (
3100
+ ___renderLibrary_partial_typedef_10_partial_type_2_partial_categorization_0 (
3142
3101
_i7.Typedef context3,
3143
3102
_i3.Library context2,
3144
3103
_i3.Library context1,
@@ -3161,7 +3120,7 @@ Categories:''');
3161
3120
return buffer.toString ();
3162
3121
}
3163
3122
3164
- String ___renderLibrary_partial_typedef_11_partial_type_2_partial_features_1 (
3123
+ String ___renderLibrary_partial_typedef_10_partial_type_2_partial_features_1 (
3165
3124
_i7.Typedef context3,
3166
3125
_i3.Library context2,
3167
3126
_i3.Library context1,
@@ -3177,7 +3136,7 @@ String ___renderLibrary_partial_typedef_11_partial_type_2_partial_features_1(
3177
3136
return buffer.toString ();
3178
3137
}
3179
3138
3180
- String _renderLibrary_partial_footer_12 (_i1.LibraryTemplateData context0) {
3139
+ String _renderLibrary_partial_footer_11 (_i1.LibraryTemplateData context0) {
3181
3140
final buffer = StringBuffer ();
3182
3141
buffer.writeln ();
3183
3142
buffer.write (context0.customInnerFooter.toString ());
0 commit comments