AccountConversionSettings.fromJson constructor
AccountConversionSettings.fromJson(
- Map json_
Implementation
AccountConversionSettings.fromJson(core.Map json_)
: this(
freeListingsAutoTaggingEnabled:
json_['freeListingsAutoTaggingEnabled'] as core.bool?,
);