Learing Dart , Can somebody tell me do assign this kind of function to variable

前端 未结 0 1969
你的背包
你的背包 2021-01-19 13:55
import \'package:meta/meta.dart\';

void func({int a=0,@required int b}){ print("hello"); }

void main(){ void Function({int,int}) disp=func; disp(b: 1); }         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题