getKind method

  1. @override
EntityKind<Int8Kind> getKind()
override

Returns Kind of this entity.

Example

See documentation for the class Entity.

Implementation

@override
EntityKind<Int8Kind> getKind() => kind;