LDContextBuilder.fromContext constructor

LDContextBuilder.fromContext(
  1. LDContext context
)

Create a context builder from an existing context. If the context is not valid, then no attributes will be transcribed.

Implementation

LDContextBuilder.fromContext(LDContext context) {
  mergeContext(context);
}