encode method
Implementation
Object encode() {
return <Object?>[
name,
options.encode(),
isAutomaticDataCollectionEnabled,
pluginConstants,
];
}
Object encode() {
return <Object?>[
name,
options.encode(),
isAutomaticDataCollectionEnabled,
pluginConstants,
];
}