GDroidFragmentReq constructor

GDroidFragmentReq([
  1. void updates(
    1. GDroidFragmentReqBuilder b
    )
])

Implementation

factory GDroidFragmentReq(
        [void Function(GDroidFragmentReqBuilder b) updates]) =
    _$GDroidFragmentReq;