GDroidFragmentReq constructor

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

Implementation

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