Skip to content

refactor: rename BaseEvent methods getName and getProperties#1

Open
AmirJabbari wants to merge 1 commit intoalirezat66:mainfrom
AmirJabbari:main
Open

refactor: rename BaseEvent methods getName and getProperties#1
AmirJabbari wants to merge 1 commit intoalirezat66:mainfrom
AmirJabbari:main

Conversation

@AmirJabbari
Copy link

@AmirJabbari AmirJabbari commented May 27, 2025

refactor: rename BaseEvent methods getName and getProperties to getters name and properties

This commit refactors the BaseEvent class by changing the methods getName() and getProperties() to getters name and properties respectively. This change simplifies the API for accessing event data.

All usages of these methods across the codebase, including in tests, examples, and internal logic, have been updated to use the new getter syntax.

Additionally, the example project's pubspec.lock has been updated.

…etters `name` and `properties`

This commit refactors the `BaseEvent` class by changing the methods `getName()` and `getProperties()` to getters `name` and `properties` respectively. This change simplifies the API for accessing event data.

All usages of these methods across the codebase, including in tests, examples, and internal logic, have been updated to use the new getter syntax.

Additionally, the example project's pubspec.lock has been updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant