PlayxVersionCantUpdateError constructor

const PlayxVersionCantUpdateError({
  1. required String currentVersion,
  2. required String newVersion,
})

Implementation

const PlayxVersionCantUpdateError(
    {required this.currentVersion, required this.newVersion});