ChildBuilder<T extends ParseObject> typedef

ChildBuilder<T extends ParseObject> = Widget Function(BuildContext context, ParseLiveListElementSnapshot<T> snapshot)

Implementation

typedef ChildBuilder<T extends sdk.ParseObject> = Widget Function(
    BuildContext context, sdk.ParseLiveListElementSnapshot<T> snapshot);