Skip to content
View JoeCodeswell's full-sized avatar

Block or report JoeCodeswell

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DartPad Dart List initialization DartPad Dart List initialization
    1
    // on dartpad:  https://dartpad.dev/cfded55df52dd2bb37228d12c7ef049c
    2
    void main() {
    3
      Co co = Co();
    4
      print(co.getTag1());     //Out: profitable
    5
      print(co.getMgr1().fn);  //Out: null