toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (chainId != null) 'chainId': chainId!,
if (databaseVersion != null) 'databaseVersion': databaseVersion!,
if (description != null) 'description': description!,
if (storedBytes != null) 'storedBytes': storedBytes!,
};