proto_annotations library

Contains annotations that mark classes for the generation of .proto files and dart mapper files

Classes

Int32
An immutable 32-bit signed integer, in the range -2^31, 2^31 - 1. Arithmetic operations may overflow in order to maintain this range.
Int64
An immutable 64-bit signed integer, in the range -2^63, 2^63 - 1. Arithmetic operations may overflow in order to maintain this range.
IntX
A fixed-precision integer.
MapProto
Proto
ProtoField
ProtoIgnore
ProtoMapper<TEntity, TProto>

Constants

mapProto → const MapProto
proto → const Proto
protoField → const ProtoField
protoIgnore → const ProtoIgnore