instance property

Implementation

static TsDateConverterPlatform get instance => _instance;
set instance (TsDateConverterPlatform instance)

Implementation

static set instance(TsDateConverterPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}