version property

int? get version

Implementation

int? get version => raw['version'] is int ? raw['version'] as int : null;