Obtenir Pi en flottement

import 'dart:math';

//just use pi constant
print(pi);
CapteinR