Type.ofDynamic constructor

Type.ofDynamic({
  1. bool nullable = false,
})

Implementation

Type.ofDynamic({this.nullable = false})
    : name = 'dynamic',
      super();