SingletonObject<T> constructor

SingletonObject<T>({
  1. T builder()?,
})

Implementation

SingletonObject({this.builder});