fix lints absed on dep upgrades
This commit is contained in:
@@ -21,4 +21,4 @@ import 'package:uuid/data.dart';
|
||||
import 'package:uuid/rng.dart';
|
||||
import 'package:uuid/uuid.dart';
|
||||
|
||||
final uuid = Uuid(goptions: GlobalOptions(CryptoRNG()));
|
||||
const uuid = Uuid(goptions: GlobalOptions(CryptoRNG()));
|
||||
|
||||
Reference in New Issue
Block a user